Html Css Color HEX #A18609 Dark Goldenrod

📋 copy color: '#A18609'

red 161 ◦ green 134 ◦ blue 9

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

Shades of Dark Goldenrod #A18609

Tints of Dark Goldenrod #A18609

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.08%

 BLUE value IS 9 (3.91% from 255) = 2.96%

R = 52.96%
G = 44.08%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A18609 (or 0xA18609) is known color: Dark Goldenrod. HEX triplet: A1, 86 and 09. RGB value is (161,134,9). Sum of RGB (Red+Green+Blue) = 161+134+9=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 9 (3.91% from 255 or 2.96% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A18609 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18609 is #5E79F6. Grayscale: #808080. Windows color (decimal): -6191607 or 624289. OLE color: 624289.

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

Color convert

RGB 161 134 9 -
CMYK 0 0.17 0.94 0.37
HSL 49.34º 0.89% 0.33% -
HSV(B) 49.34º 0.94% 0.63% -
XYZ 23.27 24.65 3.79 -
YUV 127.82 60.95 151.66 -
System Red Green Blue C M Y K H S L
Decimal 161 134 9 0 0.17 0.94 0.37 49.34 0.89 0.33
Hex A1 86 9 0 11 5E 25 31 59 21
Octal 241 206 11 0 21 136 45 61 131 41
Binary 10100001 10000110 1001 0 10001 1011110 100101 110001 1011001 100001

Color Harmonies of #A18609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18609

Black with #A18609

Text Example


Text Example

White with #A18609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18609; }

 p { color: rgb(161,134,9); }

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

background-color css

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

 a { background-color: rgb(161,134,9); }

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

border-color css

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

 span { border-color: rgb(161,134,9); }

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