Html Css Color HEX #A08A04 Dark Goldenrod

📋 copy color: '#A08A04'

red 160 ◦ green 138 ◦ blue 4

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

Shades of Dark Goldenrod #A08A04

Tints of Dark Goldenrod #A08A04

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.7%

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 52.98%
G = 45.7%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A08A04 (or 0xA08A04) is known color: Dark Goldenrod. HEX triplet: A0, 8A and 04. RGB value is (160,138,4). Sum of RGB (Red+Green+Blue) = 160+138+4=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 138 (54.30% from 255 or 45.70% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08A04 is #5F75FB. Grayscale: #818181. Windows color (decimal): -6256124 or 297632. OLE color: 297632.

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

Color convert

RGB 160 138 4 -
CMYK 0 0.14 0.98 0.37
HSL 51.54º 0.95% 0.32% -
HSV(B) 51.54º 0.98% 0.63% -
XYZ 23.61 25.66 3.82 -
YUV 129.3 57.29 149.9 -
System Red Green Blue C M Y K H S L
Decimal 160 138 4 0 0.14 0.98 0.37 51.54 0.95 0.32
Hex A0 8A 4 0 E 62 25 34 5F 20
Octal 240 212 4 0 16 142 45 64 137 40
Binary 10100000 10001010 100 0 1110 1100010 100101 110100 1011111 100000

Color Harmonies of #A08A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08A04

Black with #A08A04

Text Example


Text Example

White with #A08A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08A04; }

 p { color: rgb(160,138,4); }

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

background-color css

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

 a { background-color: rgb(160,138,4); }

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

border-color css

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

 span { border-color: rgb(160,138,4); }

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