Html Css Color HEX #A07800 Dark Goldenrod

📋 copy color: '#A07800'

red 160 ◦ green 120 ◦ blue 0

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

Shades of Dark Goldenrod #A07800

Tints of Dark Goldenrod #A07800

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.86%

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

R = 57.14%
G = 42.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A07800 (or 0xA07800) is known color: Dark Goldenrod. HEX triplet: A0, 78 and 00. RGB value is (160,120,0). Sum of RGB (Red+Green+Blue) = 160+120+0=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A07800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07800 is #5F87FF. Grayscale: #767676. Windows color (decimal): -6260736 or 30880. OLE color: 30880.

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

Color convert

RGB 160 120 0 -
CMYK 0 0.25 1 0.37
HSL 45º 1% 0.31% -
HSV(B) 45º 1% 0.63% -
XYZ 21.21 20.91 2.92 -
YUV 118.28 61.25 157.76 -
System Red Green Blue C M Y K H S L
Decimal 160 120 0 0 0.25 1 0.37 45 1 0.31
Hex A0 78 0 0 19 64 25 2D 64 1F
Octal 240 170 0 0 31 144 45 55 144 37
Binary 10100000 1111000 0 0 11001 1100100 100101 101101 1100100 11111

Color Harmonies of #A07800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07800

Black with #A07800

Text Example


Text Example

White with #A07800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07800; }

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

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

background-color css

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

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

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

border-color css

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

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

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