#AF3324

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

Shades of Brown #AF3324

Tints of Brown #AF3324

Color information

#AF3324 (or 0xAF3324) is unknown color: approx Brown. HEX triplet: AF, 33 and 24. RGB value is (175,51,36). Sum of RGB (Red+Green+Blue) = 175+51+36=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3324 is #50CCDB. Grayscale: #565656. Windows color (decimal): -5295324 or 2372527. OLE color: 2372527.

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

Color convert

RGB1755136-
CMYK00.710.790.31
HSL6.47º65.88%41.37%-
HSV(B)6.47º79.43%68.63%-
XYZ19.1811.612.9-
YUV86.3799.58191.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 66.79%
GREEN value IS 51 (20.31% from 255) = 19.47%
BLUE value IS 36 (14.45% from 255) = 13.74%
R=66.79%
G=19.47%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175513600.710.790.316.4765.8841.37
HexAF33240474F1F64229
Octal2576344010711737610251
Binary10101111110011100100010001111001111111111101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3324; }

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

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

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

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

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

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

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

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