#A07402

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

Shades of Golden Brown #A07402

Tints of Golden Brown #A07402

Color information

#A07402 (or 0xA07402) is unknown color: approx Golden Brown. HEX triplet: A0, 74 and 02. RGB value is (160,116,2). Sum of RGB (Red+Green+Blue) = 160+116+2=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A07402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07402 is #5F8BFD. Grayscale: #747474. Windows color (decimal): -6261758 or 160928. OLE color: 160928.

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

Color convert

RGB1601162-
CMYK00.280.990.37
HSL43.29º97.53%31.76%-
HSV(B)43.29º98.75%62.75%-
XYZ20.7519.972.82-
YUV116.1663.58159.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.55%
GREEN value IS 116 (45.70% from 255) = 41.73%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=57.55%
G=41.73%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160116200.280.990.3743.2997.5331.76
HexA074201C63252b6220
Octal2401642034143455314240
Binary1010000011101001001110011000111001011010111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07402; }

 p { color: rgb(160,116,2); }

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

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

 a { background-color: rgb(160,116,2); }

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

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

 span { border-color: rgb(160,116,2); }

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