#a75e16

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

Shades of Golden Brown #A75E16

Tints of Golden Brown #A75E16

Color information

#A75E16 (or 0xA75E16) is unknown color: approx Golden Brown. HEX triplet: A7, 5E and 16. RGB value is (167,94,22). Sum of RGB (Red+Green+Blue) = 167+94+22=283 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.01% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75E16 is #58A1E9. Grayscale: #6B6B6B. Windows color (decimal): -5808618 or 1466023. OLE color: 1466023.

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

Color convert

RGB1679422-
CMYK00.440.870.35
HSL29.79º76.72%37.06%-
HSV(B)29.79º86.83%65.49%-
XYZ20.0816.282.84-
YUV107.6279.68170.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.01%
GREEN value IS 94 (37.11% from 255) = 33.22%
BLUE value IS 22 (8.98% from 255) = 7.77%
R=59.01%
G=33.22%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167942200.440.870.3529.7976.7237.06
HexA75E1602C57231e4d25
Octal24713626054127433611545
Binary1010011110111101011001011001010111100011111101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a75e16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a75e16; }

 p { color: rgb(167,94,22); }

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

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

 a { background-color: rgb(167,94,22); }

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

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

 span { border-color: rgb(167,94,22); }

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