#A22E25

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

Shades of Brown #A22E25

Tints of Brown #A22E25

Color information

#A22E25 (or 0xA22E25) is unknown color: approx Brown. HEX triplet: A2, 2E and 25. RGB value is (162,46,37). Sum of RGB (Red+Green+Blue) = 162+46+37=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A22E25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22E25 is #5DD1DA. Grayscale: #4F4F4F. Windows color (decimal): -6148571 or 2436770. OLE color: 2436770.

HSL color Cylindrical-coordinate representation of color #A22E25: hue angle of 4.32º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A22E25 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB1624637-
CMYK00.720.770.36
HSL4.32º62.81%39.02%-
HSV(B)4.32º77.16%63.53%-
XYZ16.219.772.78-
YUV79.66103.93186.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.12%
GREEN value IS 46 (18.36% from 255) = 18.78%
BLUE value IS 37 (14.84% from 255) = 15.10%
R=66.12%
G=18.78%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162463700.720.770.364.3262.8139.02
HexA22E250484D2443f27
Octal242564501101154447747
Binary10100010101110100101010010001001101100100100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22E25; }

 p { color: rgb(162,46,37); }

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

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

 a { background-color: rgb(162,46,37); }

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

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

 span { border-color: rgb(162,46,37); }

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