Html Css Color HEX #A07A00 Dark Goldenrod

📋 copy color: '#A07A00'

red 160 ◦ green 122 ◦ blue 0

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

Shades of Dark Goldenrod #A07A00

Tints of Dark Goldenrod #A07A00

RGB

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

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

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

R = 56.74%
G = 43.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A07A00 (or 0xA07A00) is known color: Dark Goldenrod. HEX triplet: A0, 7A and 00. RGB value is (160,122,0). Sum of RGB (Red+Green+Blue) = 160+122+0=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07A00 is #5F85FF. Grayscale: #777777. Windows color (decimal): -6260224 or 31392. OLE color: 31392.

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

Color convert

RGB 160 122 0 -
CMYK 0 0.24 1 0.37
HSL 45.75º 1% 0.31% -
HSV(B) 45.75º 1% 0.63% -
XYZ 21.46 21.39 3 -
YUV 119.45 60.59 156.92 -
System Red Green Blue C M Y K H S L
Decimal 160 122 0 0 0.24 1 0.37 45.75 1 0.31
Hex A0 7A 0 0 18 64 25 2E 64 1F
Octal 240 172 0 0 30 144 45 56 144 37
Binary 10100000 1111010 0 0 11000 1100100 100101 101110 1100100 11111

Color Harmonies of #A07A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07A00

Black with #A07A00

Text Example


Text Example

White with #A07A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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