#af3428

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

Shades of Brown #AF3428

Tints of Brown #AF3428

Color information

#AF3428 (or 0xAF3428) is unknown color: approx Brown. HEX triplet: AF, 34 and 28. RGB value is (175,52,40). Sum of RGB (Red+Green+Blue) = 175+52+40=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3428 is #50CBD7. Grayscale: #575757. Windows color (decimal): -5295064 or 2634927. OLE color: 2634927.

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

Color convert

RGB1755240-
CMYK00.700.770.31
HSL5.33º62.79%42.16%-
HSV(B)5.33º77.14%68.63%-
XYZ19.2911.723.25-
YUV87.41101.25190.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 65.54%
GREEN value IS 52 (20.70% from 255) = 19.48%
BLUE value IS 40 (16.02% from 255) = 14.98%
R=65.54%
G=19.48%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175524000.700.770.315.3362.7942.16
HexAF34280464D1F53f2a
Octal257645001061153757752
Binary1010111111010010100001000110100110111111101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af3428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af3428; }

 p { color: rgb(175,52,40); }

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

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

 a { background-color: rgb(175,52,40); }

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

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

 span { border-color: rgb(175,52,40); }

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