Html Css Color HEX #A07A04 Dark Goldenrod

📋 copy color: '#A07A04'

red 160 ◦ green 122 ◦ blue 4

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

Shades of Dark Goldenrod #A07A04

Tints of Dark Goldenrod #A07A04

RGB

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

 GREEN value IS 122 (48.05% from 255) = 42.66%

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

R = 55.94%
G = 42.66%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A07A04 (or 0xA07A04) is known color: Dark Goldenrod. HEX triplet: A0, 7A and 04. RGB value is (160,122,4). Sum of RGB (Red+Green+Blue) = 160+122+4=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 122 (48.05% from 255 or 42.66% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07A04 is #5F85FB. Grayscale: #787878. Windows color (decimal): -6260220 or 293536. OLE color: 293536.

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

Color convert

RGB 160 122 4 -
CMYK 0 0.24 0.98 0.37
HSL 45.38º 0.95% 0.32% -
HSV(B) 45.38º 0.98% 0.63% -
XYZ 21.48 21.4 3.11 -
YUV 119.91 62.59 156.59 -
System Red Green Blue C M Y K H S L
Decimal 160 122 4 0 0.24 0.98 0.37 45.38 0.95 0.32
Hex A0 7A 4 0 18 62 25 2D 5F 20
Octal 240 172 4 0 30 142 45 55 137 40
Binary 10100000 1111010 100 0 11000 1100010 100101 101101 1011111 100000

Color Harmonies of #A07A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07A04

Black with #A07A04

Text Example


Text Example

White with #A07A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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