Html Css Color HEX #A07F00 Dark Goldenrod

📋 copy color: '#A07F00'

red 160 ◦ green 127 ◦ blue 0

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

Shades of Dark Goldenrod #A07F00

Tints of Dark Goldenrod #A07F00

RGB

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

 GREEN value IS 127 (50% from 255) = 44.25%

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

R = 55.75%
G = 44.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A07F00 (or 0xA07F00) is known color: Dark Goldenrod. HEX triplet: A0, 7F and 00. RGB value is (160,127,0). Sum of RGB (Red+Green+Blue) = 160+127+0=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07F00 is #5F80FF. Grayscale: #7A7A7A. Windows color (decimal): -6258944 or 32672. OLE color: 32672.

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

Color convert

RGB 160 127 0 -
CMYK 0 0.21 1 0.37
HSL 47.63º 1% 0.31% -
HSV(B) 47.63º 1% 0.63% -
XYZ 22.09 22.65 3.21 -
YUV 122.39 58.93 154.83 -
System Red Green Blue C M Y K H S L
Decimal 160 127 0 0 0.21 1 0.37 47.63 1 0.31
Hex A0 7F 0 0 15 64 25 30 64 1F
Octal 240 177 0 0 25 144 45 60 144 37
Binary 10100000 1111111 0 0 10101 1100100 100101 110000 1100100 11111

Color Harmonies of #A07F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07F00

Black with #A07F00

Text Example


Text Example

White with #A07F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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