Html Css Color HEX #A28608 Dark Goldenrod

📋 copy color: '#A28608'

red 162 ◦ green 134 ◦ blue 8

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

Shades of Dark Goldenrod #A28608

Tints of Dark Goldenrod #A28608

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.08%

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

R = 53.29%
G = 44.08%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A28608 (or 0xA28608) is known color: Dark Goldenrod. HEX triplet: A2, 86 and 08. RGB value is (162,134,8). Sum of RGB (Red+Green+Blue) = 162+134+8=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A28608 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28608 is #5D79F7. Grayscale: #808080. Windows color (decimal): -6126072 or 558754. OLE color: 558754.

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

Color convert

RGB 162 134 8 -
CMYK 0 0.17 0.95 0.36
HSL 49.09º 0.91% 0.33% -
HSV(B) 49.09º 0.95% 0.64% -
XYZ 23.47 24.75 3.77 -
YUV 128.01 60.28 152.25 -
System Red Green Blue C M Y K H S L
Decimal 162 134 8 0 0.17 0.95 0.36 49.09 0.91 0.33
Hex A2 86 8 0 11 5F 24 31 5B 21
Octal 242 206 10 0 21 137 44 61 133 41
Binary 10100010 10000110 1000 0 10001 1011111 100100 110001 1011011 100001

Color Harmonies of #A28608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28608

Black with #A28608

Text Example


Text Example

White with #A28608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28608; }

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

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

background-color css

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

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

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

border-color css

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

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

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