Html Css Color HEX #A08D01 Dark Goldenrod

📋 copy color: '#A08D01'

red 160 ◦ green 141 ◦ blue 1

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

Shades of Dark Goldenrod #A08D01

Tints of Dark Goldenrod #A08D01

RGB

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

 GREEN value IS 141 (55.47% from 255) = 46.69%

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

R = 52.98%
G = 46.69%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A08D01 (or 0xA08D01) is known color: Dark Goldenrod. HEX triplet: A0, 8D and 01. RGB value is (160,141,1). Sum of RGB (Red+Green+Blue) = 160+141+1=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 141 (55.47% from 255 or 46.69% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08D01 is #5F72FE. Grayscale: #838383. Windows color (decimal): -6255359 or 101792. OLE color: 101792.

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

Color convert

RGB 160 141 1 -
CMYK 0 0.12 0.99 0.37
HSL 52.83º 0.99% 0.32% -
HSV(B) 52.83º 0.99% 0.63% -
XYZ 24.03 26.53 3.88 -
YUV 130.72 54.79 148.88 -
System Red Green Blue C M Y K H S L
Decimal 160 141 1 0 0.12 0.99 0.37 52.83 0.99 0.32
Hex A0 8D 1 0 C 63 25 35 63 20
Octal 240 215 1 0 14 143 45 65 143 40
Binary 10100000 10001101 1 0 1100 1100011 100101 110101 1100011 100000

Color Harmonies of #A08D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08D01

Black with #A08D01

Text Example


Text Example

White with #A08D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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