Html Css Color HEX #A88809 Dark Goldenrod

📋 copy color: '#A88809'

red 168 ◦ green 136 ◦ blue 9

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

Shades of Dark Goldenrod #A88809

Tints of Dark Goldenrod #A88809

RGB

 RED value IS 168 (66.02% from 255) = 53.67%

 GREEN value IS 136 (53.52% from 255) = 43.45%

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

R = 53.67%
G = 43.45%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A88809 (or 0xA88809) is known color: Dark Goldenrod. HEX triplet: A8, 88 and 09. RGB value is (168,136,9). Sum of RGB (Red+Green+Blue) = 168+136+9=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 9 (3.91% from 255 or 2.88% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A88809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88809 is #5777F6. Grayscale: #838383. Windows color (decimal): -5732343 or 624808. OLE color: 624808.

HSL color Cylindrical-coordinate representation of color #A88809: hue angle of 47.92º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A88809 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 136 9 -
CMYK 0 0.19 0.95 0.34
HSL 47.92º 0.9% 0.35% -
HSV(B) 47.92º 0.95% 0.66% -
XYZ 25 25.95 3.95 -
YUV 131.09 59.1 154.33 -
System Red Green Blue C M Y K H S L
Decimal 168 136 9 0 0.19 0.95 0.34 47.92 0.9 0.35
Hex A8 88 9 0 13 5F 22 30 5A 23
Octal 250 210 11 0 23 137 42 60 132 43
Binary 10101000 10001000 1001 0 10011 1011111 100010 110000 1011010 100011

Color Harmonies of #A88809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88809

Black with #A88809

Text Example


Text Example

White with #A88809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88809; }

 p { color: rgb(168,136,9); }

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

background-color css

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

 a { background-color: rgb(168,136,9); }

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

border-color css

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

 span { border-color: rgb(168,136,9); }

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