Html Css Color HEX #A08B05 Dark Goldenrod

📋 copy color: '#A08B05'

red 160 ◦ green 139 ◦ blue 5

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

Shades of Dark Goldenrod #A08B05

Tints of Dark Goldenrod #A08B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.64%

R = 52.63%
G = 45.72%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A08B05 (or 0xA08B05) is known color: Dark Goldenrod. HEX triplet: A0, 8B and 05. RGB value is (160,139,5). Sum of RGB (Red+Green+Blue) = 160+139+5=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08B05 is #5F74FA. Grayscale: #828282. Windows color (decimal): -6255867 or 363424. OLE color: 363424.

HSL color Cylindrical-coordinate representation of color #A08B05: hue angle of 51.87º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A08B05 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 139 5 -
CMYK 0 0.13 0.97 0.37
HSL 51.87º 0.94% 0.32% -
HSV(B) 51.87º 0.97% 0.63% -
XYZ 23.76 25.95 3.9 -
YUV 130 57.46 149.4 -
System Red Green Blue C M Y K H S L
Decimal 160 139 5 0 0.13 0.97 0.37 51.87 0.94 0.32
Hex A0 8B 5 0 D 61 25 34 5E 20
Octal 240 213 5 0 15 141 45 64 136 40
Binary 10100000 10001011 101 0 1101 1100001 100101 110100 1011110 100000

Color Harmonies of #A08B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08B05

Black with #A08B05

Text Example


Text Example

White with #A08B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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