#A07603

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

Shades of Golden Brown #A07603

Tints of Golden Brown #A07603

Color information

#A07603 (or 0xA07603) is unknown color: approx Golden Brown. HEX triplet: A0, 76 and 03. RGB value is (160,118,3). Sum of RGB (Red+Green+Blue) = 160+118+3=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A07603 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07603 is #5F89FC. Grayscale: #757575. Windows color (decimal): -6261245 or 226976. OLE color: 226976.

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

Color convert

RGB1601183-
CMYK00.260.980.37
HSL43.95º96.32%31.96%-
HSV(B)43.95º98.12%62.75%-
XYZ20.9920.442.92-
YUV117.4563.41158.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.94%
GREEN value IS 118 (46.48% from 255) = 41.99%
BLUE value IS 3 (1.56% from 255) = 1.07%
R=56.94%
G=41.99%
B=1.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160118300.260.980.3743.9596.3231.96
HexA076301A62252c6020
Octal2401663032142455414040
Binary1010000011101101101101011000101001011011001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07603; }

 p { color: rgb(160,118,3); }

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

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

 a { background-color: rgb(160,118,3); }

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

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

 span { border-color: rgb(160,118,3); }

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