#AB2A25

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

Shades of Brown #AB2A25

Tints of Brown #AB2A25

Color information

#AB2A25 (or 0xAB2A25) is unknown color: approx Brown. HEX triplet: AB, 2A and 25. RGB value is (171,42,37). Sum of RGB (Red+Green+Blue) = 171+42+37=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 42 (16.80% from 255 or 16.8% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2A25 is #54D5DA. Grayscale: #505050. Windows color (decimal): -5559771 or 2435755. OLE color: 2435755.

HSL color Cylindrical-coordinate representation of color #AB2A25: hue angle of 2.24º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2A25 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB1714237-
CMYK00.750.780.33
HSL2.24º64.42%40.78%-
HSV(B)2.24º78.36%67.06%-
XYZ17.9610.452.82-
YUV80103.74192.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 68.4%
GREEN value IS 42 (16.80% from 255) = 16.8%
BLUE value IS 37 (14.84% from 255) = 14.8%
R=68.4%
G=16.8%
B=14.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171423700.750.780.332.2464.4240.78
HexAB2A2504B4E2124029
Octal2535245011311641210051
Binary10101011101010100101010010111001110100001101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2A25; }

 p { color: rgb(171,42,37); }

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

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

 a { background-color: rgb(171,42,37); }

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

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

 span { border-color: rgb(171,42,37); }

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