#AD620C

Color #AD620C Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AD620C

Tints of Golden Brown #AD620C

Color information

#AD620C (or 0xAD620C) is unknown color: approx Golden Brown. HEX triplet: AD, 62 and 0C. RGB value is (173,98,12). Sum of RGB (Red+Green+Blue) = 173+98+12=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD620C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD620C is #529DF3. Grayscale: #6F6F6F. Windows color (decimal): -5414388 or 811693. OLE color: 811693.

HSL color Cylindrical-coordinate representation of color #AD620C: hue angle of 32.05º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD620C is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB1739812-
CMYK00.430.930.32
HSL32.05º87.03%36.27%-
HSV(B)32.05º93.06%67.84%-
XYZ21.6717.652.61-
YUV110.6272.35172.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 61.13%
GREEN value IS 98 (38.67% from 255) = 34.63%
BLUE value IS 12 (5.08% from 255) = 4.24%
R=61.13%
G=34.63%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173981200.430.930.3232.0587.0336.27
HexAD62C02B5D20205724
Octal25514214053135404012744
Binary1010110111000101100010101110111011000001000001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD620C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD620C; }

 p { color: rgb(173,98,12); }

 H1.HeaderClassName
 {
   color: #AD620C;
 }
 .AnyTagClassName
 {
   color: #AD620C;
 }
</style>
background-color css

<style>
 a { background-color: #AD620C; }

 a { background-color: rgb(173,98,12); }

 div.DivClassName
 {
   background-color: #AD620C;
 }
 .BgClassName
 {
   background-color: #AD620C;
 }
</style>
border-color css

<style>
 span { border-color: #AD620C; }

 span { border-color: rgb(173,98,12); }

 td.TdClassName
 {
   border-color: #AD620C;
 }
 .TagClassName
 {
   border-color: #AD620C;
 }
</style>