Html Css Color HEX #A08B01 Dark Goldenrod

📋 copy color: '#A08B01'

red 160 ◦ green 139 ◦ blue 1

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

Shades of Dark Goldenrod #A08B01

Tints of Dark Goldenrod #A08B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 53.33%
G = 46.33%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A08B01 (or 0xA08B01) is known color: Dark Goldenrod. HEX triplet: A0, 8B and 01. RGB value is (160,139,1). Sum of RGB (Red+Green+Blue) = 160+139+1=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 139 (54.69% from 255 or 46.33% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08B01 is #5F74FE. Grayscale: #828282. Windows color (decimal): -6255871 or 101280. OLE color: 101280.

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

Color convert

RGB 160 139 1 -
CMYK 0 0.13 0.99 0.37
HSL 52.08º 0.99% 0.32% -
HSV(B) 52.08º 0.99% 0.63% -
XYZ 23.74 25.94 3.78 -
YUV 129.55 55.46 149.72 -
System Red Green Blue C M Y K H S L
Decimal 160 139 1 0 0.13 0.99 0.37 52.08 0.99 0.32
Hex A0 8B 1 0 D 63 25 34 63 20
Octal 240 213 1 0 15 143 45 64 143 40
Binary 10100000 10001011 1 0 1101 1100011 100101 110100 1100011 100000

Color Harmonies of #A08B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08B01

Black with #A08B01

Text Example


Text Example

White with #A08B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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