#A07807

Color #A07807 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A07807

Tints of Golden Brown #A07807

Color information

#A07807 (or 0xA07807) is unknown color: approx Golden Brown. HEX triplet: A0, 78 and 07. RGB value is (160,120,7). Sum of RGB (Red+Green+Blue) = 160+120+7=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A07807 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07807 is #5F87F8. Grayscale: #777777. Windows color (decimal): -6260729 or 489632. OLE color: 489632.

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

Color convert

RGB1601207-
CMYK00.250.960.37
HSL44.31º91.62%32.75%-
HSV(B)44.31º95.63%62.75%-
XYZ21.2520.923.12-
YUV119.0864.75157.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.75%
GREEN value IS 120 (47.27% from 255) = 41.81%
BLUE value IS 7 (3.12% from 255) = 2.44%
R=55.75%
G=41.81%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160120700.250.960.3744.3191.6232.75
HexA078701960252c5c21
Octal2401707031140455413441
Binary10100000111100011101100111000001001011011001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07807; }

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

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

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

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

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

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

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

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