Html Css Color HEX #A08B06 Dark Goldenrod

📋 copy color: '#A08B06'

red 160 ◦ green 139 ◦ blue 6

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

Shades of Dark Goldenrod #A08B06

Tints of Dark Goldenrod #A08B06

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.57%

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

R = 52.46%
G = 45.57%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A08B06 (or 0xA08B06) is known color: Dark Goldenrod. HEX triplet: A0, 8B and 06. RGB value is (160,139,6). Sum of RGB (Red+Green+Blue) = 160+139+6=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 6 (2.73% from 255 or 1.97% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08B06 is #5F74F9. Grayscale: #828282. Windows color (decimal): -6255866 or 428960. OLE color: 428960.

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

Color convert

RGB 160 139 6 -
CMYK 0 0.13 0.96 0.37
HSL 51.82º 0.93% 0.33% -
HSV(B) 51.82º 0.96% 0.63% -
XYZ 23.76 25.95 3.93 -
YUV 130.12 57.96 149.31 -
System Red Green Blue C M Y K H S L
Decimal 160 139 6 0 0.13 0.96 0.37 51.82 0.93 0.33
Hex A0 8B 6 0 D 60 25 34 5D 21
Octal 240 213 6 0 15 140 45 64 135 41
Binary 10100000 10001011 110 0 1101 1100000 100101 110100 1011101 100001

Color Harmonies of #A08B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08B06

Black with #A08B06

Text Example


Text Example

White with #A08B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08B06; }

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

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

background-color css

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

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

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

border-color css

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

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

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