#AF2F2B

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

Shades of Brown #AF2F2B

Tints of Brown #AF2F2B

Color information

#AF2F2B (or 0xAF2F2B) is unknown color: approx Brown. HEX triplet: AF, 2F and 2B. RGB value is (175,47,43). Sum of RGB (Red+Green+Blue) = 175+47+43=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 47 (18.75% from 255 or 17.74% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2F2B is #50D0D4. Grayscale: #545454. Windows color (decimal): -5296341 or 2830255. OLE color: 2830255.

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

Color convert

RGB1754743-
CMYK00.730.750.31
HSL1.82º60.55%42.75%-
HSV(B)1.82º75.43%68.63%-
XYZ19.1311.323.46-
YUV84.82104.41192.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 66.04%
GREEN value IS 47 (18.75% from 255) = 17.74%
BLUE value IS 43 (17.19% from 255) = 16.23%
R=66.04%
G=17.74%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175474300.730.750.311.8260.5542.75
HexAF2F2B0494B1F23d2b
Octal257575301111133727553
Binary101011111011111010110100100110010111111110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2F2B; }

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

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

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

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

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

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

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

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