#A92E28

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

Shades of Brown #A92E28

Tints of Brown #A92E28

Color information

#A92E28 (or 0xA92E28) is unknown color: approx Brown. HEX triplet: A9, 2E and 28. RGB value is (169,46,40). Sum of RGB (Red+Green+Blue) = 169+46+40=255 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.27% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 169 - color contains mainly: red. Hex color #A92E28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92E28 is #56D1D7. Grayscale: #525252. Windows color (decimal): -5689816 or 2633385. OLE color: 2633385.

HSL color Cylindrical-coordinate representation of color #A92E28: hue angle of 2.79º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A92E28 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB1694640-
CMYK00.730.760.34
HSL2.79º61.72%40.98%-
HSV(B)2.79º76.33%66.27%-
XYZ17.7210.543.11-
YUV82.09104.25189.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 66.27%
GREEN value IS 46 (18.36% from 255) = 18.04%
BLUE value IS 40 (16.02% from 255) = 15.69%
R=66.27%
G=18.04%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169464000.730.760.342.7961.7240.98
HexA92E280494C2233e29
Octal251565001111144237651
Binary1010100110111010100001001001100110010001011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92E28; }

 p { color: rgb(169,46,40); }

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

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

 a { background-color: rgb(169,46,40); }

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

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

 span { border-color: rgb(169,46,40); }

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