#AF332D

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

Shades of Brown #AF332D

Tints of Brown #AF332D

Color information

#AF332D (or 0xAF332D) is unknown color: approx Brown. HEX triplet: AF, 33 and 2D. RGB value is (175,51,45). Sum of RGB (Red+Green+Blue) = 175+51+45=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF332D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF332D is #50CCD2. Grayscale: #575757. Windows color (decimal): -5295315 or 2962351. OLE color: 2962351.

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

Color convert

RGB1755145-
CMYK00.710.740.31
HSL2.77º59.09%43.14%-
HSV(B)2.77º74.29%68.63%-
XYZ19.3411.673.72-
YUV87.39104.08190.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 64.58%
GREEN value IS 51 (20.31% from 255) = 18.82%
BLUE value IS 45 (17.97% from 255) = 16.61%
R=64.58%
G=18.82%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175514500.710.740.312.7759.0943.14
HexAF332D0474A1F33b2b
Octal257635501071123737353
Binary101011111100111011010100011110010101111111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF332D; }

 p { color: rgb(175,51,45); }

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

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

 a { background-color: rgb(175,51,45); }

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

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

 span { border-color: rgb(175,51,45); }

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