#A07F08

Color #A07F08 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #A07F08

Tints of Dark Goldenrod #A07F08

Color information

#A07F08 (or 0xA07F08) is unknown color: approx Dark Goldenrod. HEX triplet: A0, 7F and 08. RGB value is (160,127,8). Sum of RGB (Red+Green+Blue) = 160+127+8=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07F08 is #5F80F7. Grayscale: #7B7B7B. Windows color (decimal): -6258936 or 556960. OLE color: 556960.

HSL color Cylindrical-coordinate representation of color #A07F08: hue angle of 46.97º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A07F08 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB1601278-
CMYK00.210.950.37
HSL46.97º90.48%32.94%-
HSV(B)46.97º95%62.75%-
XYZ22.1322.673.44-
YUV123.362.93154.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.24%
GREEN value IS 127 (50% from 255) = 43.05%
BLUE value IS 8 (3.52% from 255) = 2.71%
R=54.24%
G=43.05%
B=2.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160127800.210.950.3746.9790.4832.94
HexA07F80155F252f5a21
Octal24017710025137455713241
Binary101000001111111100001010110111111001011011111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07F08; }

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

 H1.HeaderClassName
 {
   color: #A07F08;
 }
 .AnyTagClassName
 {
   color: #A07F08;
 }
</style>
background-color css

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

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

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

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

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

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