Html Css Color HEX #A28808 Dark Goldenrod

📋 copy color: '#A28808'

red 162 ◦ green 136 ◦ blue 8

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

Shades of Dark Goldenrod #A28808

Tints of Dark Goldenrod #A28808

RGB

 RED value IS 162 (63.67% from 255) = 52.94%

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

 BLUE value IS 8 (3.52% from 255) = 2.61%

R = 52.94%
G = 44.44%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A28808 (or 0xA28808) is known color: Dark Goldenrod. HEX triplet: A2, 88 and 08. RGB value is (162,136,8). Sum of RGB (Red+Green+Blue) = 162+136+8=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A28808 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28808 is #5D77F7. Grayscale: #818181. Windows color (decimal): -6125560 or 559266. OLE color: 559266.

HSL color Cylindrical-coordinate representation of color #A28808: hue angle of 49.87º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A28808 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 136 8 -
CMYK 0 0.16 0.95 0.36
HSL 49.87º 0.91% 0.33% -
HSV(B) 49.87º 0.95% 0.64% -
XYZ 23.75 25.31 3.86 -
YUV 129.18 59.61 151.41 -
System Red Green Blue C M Y K H S L
Decimal 162 136 8 0 0.16 0.95 0.36 49.87 0.91 0.33
Hex A2 88 8 0 10 5F 24 32 5B 21
Octal 242 210 10 0 20 137 44 62 133 41
Binary 10100010 10001000 1000 0 10000 1011111 100100 110010 1011011 100001

Color Harmonies of #A28808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28808

Black with #A28808

Text Example


Text Example

White with #A28808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28808; }

 p { color: rgb(162,136,8); }

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

background-color css

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

 a { background-color: rgb(162,136,8); }

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

border-color css

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

 span { border-color: rgb(162,136,8); }

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