Html Css Color HEX #A07700 Dark Goldenrod

📋 copy color: '#A07700'

red 160 ◦ green 119 ◦ blue 0

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

Shades of Dark Goldenrod #A07700

Tints of Dark Goldenrod #A07700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.65%

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

R = 57.35%
G = 42.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A07700 (or 0xA07700) is known color: Dark Goldenrod. HEX triplet: A0, 77 and 00. RGB value is (160,119,0). Sum of RGB (Red+Green+Blue) = 160+119+0=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A07700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07700 is #5F88FF. Grayscale: #767676. Windows color (decimal): -6260992 or 30624. OLE color: 30624.

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

Color convert

RGB 160 119 0 -
CMYK 0 0.26 1 0.37
HSL 44.63º 1% 0.31% -
HSV(B) 44.63º 1% 0.63% -
XYZ 21.09 20.67 2.88 -
YUV 117.69 61.58 158.18 -
System Red Green Blue C M Y K H S L
Decimal 160 119 0 0 0.26 1 0.37 44.63 1 0.31
Hex A0 77 0 0 1A 64 25 2D 64 1F
Octal 240 167 0 0 32 144 45 55 144 37
Binary 10100000 1110111 0 0 11010 1100100 100101 101101 1100100 11111

Color Harmonies of #A07700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07700

Black with #A07700

Text Example


Text Example

White with #A07700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07700; }

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

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

background-color css

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

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

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

border-color css

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

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

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