Html Css Color HEX #A08D00 Dark Goldenrod

📋 copy color: '#A08D00'

red 160 ◦ green 141 ◦ blue 0

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

Shades of Dark Goldenrod #A08D00

Tints of Dark Goldenrod #A08D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.16%
G = 46.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A08D00 (or 0xA08D00) is known color: Dark Goldenrod. HEX triplet: A0, 8D and 00. RGB value is (160,141,0). Sum of RGB (Red+Green+Blue) = 160+141+0=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 141 (55.47% from 255 or 46.84% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08D00 is #5F72FF. Grayscale: #838383. Windows color (decimal): -6255360 or 36256. OLE color: 36256.

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

Color convert

RGB 160 141 0 -
CMYK 0 0.12 1 0.37
HSL 52.88º 1% 0.31% -
HSV(B) 52.88º 1% 0.63% -
XYZ 24.02 26.52 3.85 -
YUV 130.61 54.29 148.96 -
System Red Green Blue C M Y K H S L
Decimal 160 141 0 0 0.12 1 0.37 52.88 1 0.31
Hex A0 8D 0 0 C 64 25 35 64 1F
Octal 240 215 0 0 14 144 45 65 144 37
Binary 10100000 10001101 0 0 1100 1100100 100101 110101 1100100 11111

Color Harmonies of #A08D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08D00

Black with #A08D00

Text Example


Text Example

White with #A08D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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