Html Css Color HEX #A07900 Dark Goldenrod

📋 copy color: '#A07900'

red 160 ◦ green 121 ◦ blue 0

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

Shades of Dark Goldenrod #A07900

Tints of Dark Goldenrod #A07900

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.06%

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

R = 56.94%
G = 43.06%
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

#A07900 (or 0xA07900) is known color: Dark Goldenrod. HEX triplet: A0, 79 and 00. RGB value is (160,121,0). Sum of RGB (Red+Green+Blue) = 160+121+0=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A07900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07900 is #5F86FF. Grayscale: #777777. Windows color (decimal): -6260480 or 31136. OLE color: 31136.

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

Color convert

RGB 160 121 0 -
CMYK 0 0.24 1 0.37
HSL 45.38º 1% 0.31% -
HSV(B) 45.38º 1% 0.63% -
XYZ 21.33 21.15 2.96 -
YUV 118.87 60.92 157.34 -
System Red Green Blue C M Y K H S L
Decimal 160 121 0 0 0.24 1 0.37 45.38 1 0.31
Hex A0 79 0 0 18 64 25 2D 64 1F
Octal 240 171 0 0 30 144 45 55 144 37
Binary 10100000 1111001 0 0 11000 1100100 100101 101101 1100100 11111

Color Harmonies of #A07900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07900

Black with #A07900

Text Example


Text Example

White with #A07900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07900; }

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

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

background-color css

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

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

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

border-color css

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

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

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