#A12F28

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

Shades of Brown #A12F28

Tints of Brown #A12F28

Color information

#A12F28 (or 0xA12F28) is unknown color: approx Brown. HEX triplet: A1, 2F and 28. RGB value is (161,47,40). Sum of RGB (Red+Green+Blue) = 161+47+40=248 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.92% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 161 - color contains mainly: red. Hex color #A12F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12F28 is #5ED0D7. Grayscale: #505050. Windows color (decimal): -6213848 or 2633633. OLE color: 2633633.

HSL color Cylindrical-coordinate representation of color #A12F28: hue angle of 3.47º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12F28 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB1614740-
CMYK00.710.750.37
HSL3.47º60.2%39.41%-
HSV(B)3.47º75.16%63.14%-
XYZ16.19.763.04-
YUV80.29105.27185.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 64.92%
GREEN value IS 47 (18.75% from 255) = 18.95%
BLUE value IS 40 (16.02% from 255) = 16.13%
R=64.92%
G=18.95%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161474000.710.750.373.4760.239.41
HexA12F280474B2533c27
Octal241575001071134537447
Binary1010000110111110100001000111100101110010111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12F28; }

 p { color: rgb(161,47,40); }

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

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

 a { background-color: rgb(161,47,40); }

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

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

 span { border-color: rgb(161,47,40); }

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