Html Css Color HEX #A28206 Dark Goldenrod

📋 copy color: '#A28206'

red 162 ◦ green 130 ◦ blue 6

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

Shades of Dark Goldenrod #A28206

Tints of Dark Goldenrod #A28206

RGB

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

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

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

R = 54.36%
G = 43.62%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A28206 (or 0xA28206) is known color: Dark Goldenrod. HEX triplet: A2, 82 and 06. RGB value is (162,130,6). Sum of RGB (Red+Green+Blue) = 162+130+6=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 6 (2.73% from 255 or 2.01% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A28206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28206 is #5D7DF9. Grayscale: #7D7D7D. Windows color (decimal): -6127098 or 426658. OLE color: 426658.

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

Color convert

RGB 162 130 6 -
CMYK 0 0.20 0.96 0.36
HSL 47.69º 0.93% 0.33% -
HSV(B) 47.69º 0.96% 0.64% -
XYZ 22.92 23.66 3.53 -
YUV 125.43 60.6 154.08 -
System Red Green Blue C M Y K H S L
Decimal 162 130 6 0 0.20 0.96 0.36 47.69 0.93 0.33
Hex A2 82 6 0 14 60 24 30 5D 21
Octal 242 202 6 0 24 140 44 60 135 41
Binary 10100010 10000010 110 0 10100 1100000 100100 110000 1011101 100001

Color Harmonies of #A28206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28206

Black with #A28206

Text Example


Text Example

White with #A28206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28206; }

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

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

background-color css

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

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

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

border-color css

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

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

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