Html Css Color HEX #A08A06 Dark Goldenrod

📋 copy color: '#A08A06'

red 160 ◦ green 138 ◦ blue 6

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

Shades of Dark Goldenrod #A08A06

Tints of Dark Goldenrod #A08A06

RGB

 RED value IS 160 (62.89% from 255) = 52.63%

 GREEN value IS 138 (54.3% from 255) = 45.39%

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

R = 52.63%
G = 45.39%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A08A06 (or 0xA08A06) is known color: Dark Goldenrod. HEX triplet: A0, 8A and 06. RGB value is (160,138,6). Sum of RGB (Red+Green+Blue) = 160+138+6=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 6 (2.73% from 255 or 1.97% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08A06 is #5F75F9. Grayscale: #828282. Windows color (decimal): -6256122 or 428704. OLE color: 428704.

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

Color convert

RGB 160 138 6 -
CMYK 0 0.14 0.96 0.37
HSL 51.43º 0.93% 0.33% -
HSV(B) 51.43º 0.96% 0.63% -
XYZ 23.62 25.66 3.88 -
YUV 129.53 58.29 149.73 -
System Red Green Blue C M Y K H S L
Decimal 160 138 6 0 0.14 0.96 0.37 51.43 0.93 0.33
Hex A0 8A 6 0 E 60 25 33 5D 21
Octal 240 212 6 0 16 140 45 63 135 41
Binary 10100000 10001010 110 0 1110 1100000 100101 110011 1011101 100001

Color Harmonies of #A08A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08A06

Black with #A08A06

Text Example


Text Example

White with #A08A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08A06; }

 p { color: rgb(160,138,6); }

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

background-color css

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

 a { background-color: rgb(160,138,6); }

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

border-color css

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

 span { border-color: rgb(160,138,6); }

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