#A75A15

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

Shades of Golden Brown #A75A15

Tints of Golden Brown #A75A15

Color information

#A75A15 (or 0xA75A15) is unknown color: approx Golden Brown. HEX triplet: A7, 5A and 15. RGB value is (167,90,21). Sum of RGB (Red+Green+Blue) = 167+90+21=278 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.07% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75A15 is #58A5EA. Grayscale: #696969. Windows color (decimal): -5809643 or 1399463. OLE color: 1399463.

HSL color Cylindrical-coordinate representation of color #A75A15: hue angle of 28.36º degrees, saturation: 0.78, 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 #A75A15 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB1679021-
CMYK00.460.870.35
HSL28.36º77.66%36.86%-
HSV(B)28.36º87.43%65.49%-
XYZ19.7315.582.68-
YUV105.1680.51172.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 60.07%
GREEN value IS 90 (35.55% from 255) = 32.37%
BLUE value IS 21 (8.59% from 255) = 7.55%
R=60.07%
G=32.37%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167902100.460.870.3528.3677.6636.86
HexA75A1502E57231c4e25
Octal24713225056127433411645
Binary1010011110110101010101011101010111100011111001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75A15; }

 p { color: rgb(167,90,21); }

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

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

 a { background-color: rgb(167,90,21); }

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

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

 span { border-color: rgb(167,90,21); }

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