Html Css Color HEX #A28006 Dark Goldenrod

📋 copy color: '#A28006'

red 162 ◦ green 128 ◦ blue 6

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

Shades of Dark Goldenrod #A28006

Tints of Dark Goldenrod #A28006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.03%

R = 54.73%
G = 43.24%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A28006 (or 0xA28006) is known color: Dark Goldenrod. HEX triplet: A2, 80 and 06. RGB value is (162,128,6). Sum of RGB (Red+Green+Blue) = 162+128+6=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 6 (2.73% from 255 or 2.03% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A28006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28006 is #5D7FF9. Grayscale: #7C7C7C. Windows color (decimal): -6127610 or 426146. OLE color: 426146.

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

Color convert

RGB 162 128 6 -
CMYK 0 0.21 0.96 0.36
HSL 46.92º 0.93% 0.33% -
HSV(B) 46.92º 0.96% 0.64% -
XYZ 22.65 23.13 3.44 -
YUV 124.26 61.26 154.92 -
System Red Green Blue C M Y K H S L
Decimal 162 128 6 0 0.21 0.96 0.36 46.92 0.93 0.33
Hex A2 80 6 0 15 60 24 2F 5D 21
Octal 242 200 6 0 25 140 44 57 135 41
Binary 10100010 10000000 110 0 10101 1100000 100100 101111 1011101 100001

Color Harmonies of #A28006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28006

Black with #A28006

Text Example


Text Example

White with #A28006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28006; }

 p { color: rgb(162,128,6); }

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

background-color css

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

 a { background-color: rgb(162,128,6); }

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

border-color css

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

 span { border-color: rgb(162,128,6); }

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