#AF2B27

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

Shades of Brown #AF2B27

Tints of Brown #AF2B27

Color information

#AF2B27 (or 0xAF2B27) is unknown color: approx Brown. HEX triplet: AF, 2B and 27. RGB value is (175,43,39). Sum of RGB (Red+Green+Blue) = 175+43+39=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 43 (17.19% from 255 or 16.73% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2B27 is #50D4D8. Grayscale: #525252. Windows color (decimal): -5297369 or 2567087. OLE color: 2567087.

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

Color convert

RGB1754339-
CMYK00.750.780.31
HSL1.76º63.55%41.96%-
HSV(B)1.76º77.71%68.63%-
XYZ18.9110.993.04-
YUV82.01103.73194.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 68.09%
GREEN value IS 43 (17.19% from 255) = 16.73%
BLUE value IS 39 (15.62% from 255) = 15.18%
R=68.09%
G=16.73%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175433900.750.780.311.7663.5541.96
HexAF2B2704B4E1F2402a
Octal2575347011311637210052
Binary1010111110101110011101001011100111011111101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2B27; }

 p { color: rgb(175,43,39); }

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

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

 a { background-color: rgb(175,43,39); }

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

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

 span { border-color: rgb(175,43,39); }

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