#A7800C

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

Shades of Dark Goldenrod #A7800C

Tints of Dark Goldenrod #A7800C

Color information

#A7800C (or 0xA7800C) is unknown color: approx Dark Goldenrod. HEX triplet: A7, 80 and 0C. RGB value is (167,128,12). Sum of RGB (Red+Green+Blue) = 167+128+12=307 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.40% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 167 - color contains mainly: red. Hex color #A7800C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7800C is #587FF3. Grayscale: #7E7E7E. Windows color (decimal): -5799924 or 819367. OLE color: 819367.

HSL color Cylindrical-coordinate representation of color #A7800C: hue angle of 44.9º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A7800C is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB16712812-
CMYK00.230.930.35
HSL44.9º86.59%35.1%-
HSV(B)44.9º92.81%65.49%-
XYZ23.7223.683.67-
YUV126.4463.42156.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.40%
GREEN value IS 128 (50.39% from 255) = 41.69%
BLUE value IS 12 (5.08% from 255) = 3.91%
R=54.40%
G=41.69%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671281200.230.930.3544.986.5935.1
HexA780C0175D232d5723
Octal24720014027135435512743
Binary1010011110000000110001011110111011000111011011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7800C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7800C; }

 p { color: rgb(167,128,12); }

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

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

 a { background-color: rgb(167,128,12); }

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

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

 span { border-color: rgb(167,128,12); }

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