Html Css Color HEX #A88005 Dark Goldenrod

📋 copy color: '#A88005'

red 168 ◦ green 128 ◦ blue 5

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

Shades of Dark Goldenrod #A88005

Tints of Dark Goldenrod #A88005

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.52%

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

R = 55.81%
G = 42.52%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.34

RGB Variations

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

Color information

#A88005 (or 0xA88005) is known color: Dark Goldenrod. HEX triplet: A8, 80 and 05. RGB value is (168,128,5). Sum of RGB (Red+Green+Blue) = 168+128+5=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A88005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88005 is #577FFA. Grayscale: #7E7E7E. Windows color (decimal): -5734395 or 360616. OLE color: 360616.

HSL color Cylindrical-coordinate representation of color #A88005: hue angle of 45.28º 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 #A88005 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 128 5 -
CMYK 0 0.24 0.97 0.34
HSL 45.28º 0.94% 0.34% -
HSV(B) 45.28º 0.97% 0.66% -
XYZ 23.9 23.77 3.47 -
YUV 125.94 59.75 158 -
System Red Green Blue C M Y K H S L
Decimal 168 128 5 0 0.24 0.97 0.34 45.28 0.94 0.34
Hex A8 80 5 0 18 61 22 2D 5E 22
Octal 250 200 5 0 30 141 42 55 136 42
Binary 10101000 10000000 101 0 11000 1100001 100010 101101 1011110 100010

Color Harmonies of #A88005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88005

Black with #A88005

Text Example


Text Example

White with #A88005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88005; }

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

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

background-color css

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

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

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

border-color css

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

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

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