Html Css Color HEX #A88805 Dark Goldenrod

📋 copy color: '#A88805'

red 168 ◦ green 136 ◦ blue 5

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

Shades of Dark Goldenrod #A88805

Tints of Dark Goldenrod #A88805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.62%

R = 54.37%
G = 44.01%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.34

RGB Variations

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

Color information

#A88805 (or 0xA88805) is known color: Dark Goldenrod. HEX triplet: A8, 88 and 05. RGB value is (168,136,5). Sum of RGB (Red+Green+Blue) = 168+136+5=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A88805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88805 is #5777FA. Grayscale: #838383. Windows color (decimal): -5732347 or 362664. OLE color: 362664.

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

Color convert

RGB 168 136 5 -
CMYK 0 0.19 0.97 0.34
HSL 48.22º 0.94% 0.34% -
HSV(B) 48.22º 0.97% 0.66% -
XYZ 24.98 25.94 3.83 -
YUV 130.63 57.1 154.65 -
System Red Green Blue C M Y K H S L
Decimal 168 136 5 0 0.19 0.97 0.34 48.22 0.94 0.34
Hex A8 88 5 0 13 61 22 30 5E 22
Octal 250 210 5 0 23 141 42 60 136 42
Binary 10101000 10001000 101 0 10011 1100001 100010 110000 1011110 100010

Color Harmonies of #A88805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88805

Black with #A88805

Text Example


Text Example

White with #A88805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88805; }

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

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

background-color css

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

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

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

border-color css

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

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

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