Html Css Color HEX #A28208 Dark Goldenrod

📋 copy color: '#A28208'

red 162 ◦ green 130 ◦ blue 8

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

Shades of Dark Goldenrod #A28208

Tints of Dark Goldenrod #A28208

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.33%

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

R = 54%
G = 43.33%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A28208 (or 0xA28208) is known color: Dark Goldenrod. HEX triplet: A2, 82 and 08. RGB value is (162,130,8). Sum of RGB (Red+Green+Blue) = 162+130+8=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A28208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28208 is #5D7DF7. Grayscale: #7E7E7E. Windows color (decimal): -6127096 or 557730. OLE color: 557730.

HSL color Cylindrical-coordinate representation of color #A28208: hue angle of 47.53º 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 #A28208 is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 130 8 -
CMYK 0 0.20 0.95 0.36
HSL 47.53º 0.91% 0.33% -
HSV(B) 47.53º 0.95% 0.64% -
XYZ 22.93 23.66 3.59 -
YUV 125.66 61.6 153.92 -
System Red Green Blue C M Y K H S L
Decimal 162 130 8 0 0.20 0.95 0.36 47.53 0.91 0.33
Hex A2 82 8 0 14 5F 24 30 5B 21
Octal 242 202 10 0 24 137 44 60 133 41
Binary 10100010 10000010 1000 0 10100 1011111 100100 110000 1011011 100001

Color Harmonies of #A28208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28208

Black with #A28208

Text Example


Text Example

White with #A28208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28208; }

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

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

background-color css

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

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

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

border-color css

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

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

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