Html Css Color HEX #A18506 Dark Goldenrod

📋 copy color: '#A18506'

red 161 ◦ green 133 ◦ blue 6

#A18506
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #A18506

Tints of Dark Goldenrod #A18506

RGB

 RED value IS 161 (63.28% from 255) = 53.67%

 GREEN value IS 133 (52.34% from 255) = 44.33%

 BLUE value IS 6 (2.73% from 255) = 2%

R = 53.67%
G = 44.33%
B = 2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A18506 (or 0xA18506) is known color: Dark Goldenrod. HEX triplet: A1, 85 and 06. RGB value is (161,133,6). Sum of RGB (Red+Green+Blue) = 161+133+6=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 6 (2.73% from 255 or 2% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A18506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18506 is #5E7AF9. Grayscale: #7F7F7F. Windows color (decimal): -6191866 or 427425. OLE color: 427425.

HSL color Cylindrical-coordinate representation of color #A18506: hue angle of 49.16º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A18506 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 133 6 -
CMYK 0 0.17 0.96 0.37
HSL 49.16º 0.93% 0.33% -
HSV(B) 49.16º 0.96% 0.63% -
XYZ 23.12 24.37 3.66 -
YUV 126.89 59.78 152.33 -
System Red Green Blue C M Y K H S L
Decimal 161 133 6 0 0.17 0.96 0.37 49.16 0.93 0.33
Hex A1 85 6 0 11 60 25 31 5D 21
Octal 241 205 6 0 21 140 45 61 135 41
Binary 10100001 10000101 110 0 10001 1100000 100101 110001 1011101 100001

Color Harmonies of #A18506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18506

Black with #A18506

Text Example


Text Example

White with #A18506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18506; }

 p { color: rgb(161,133,6); }

 H1.HeaderClassName
 {
   color: #A18506;
 }
 .AnyTagClassName
 {
   color: #A18506;
 }
</style>

background-color css

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

 a { background-color: rgb(161,133,6); }

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

border-color css

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

 span { border-color: rgb(161,133,6); }

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