Html Css Color HEX #AF3232 Brown

📋 copy color: '#AF3232'

red 175 ◦ green 50 ◦ blue 50

#AF3232
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown #AF3232

Tints of Brown #AF3232

RGB

 RED value IS 175 (68.75% from 255) = 63.64%

 GREEN value IS 50 (19.92% from 255) = 18.18%

 BLUE value IS 50 (19.92% from 255) = 18.18%

R = 63.64%
G = 18.18%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF3232 (or 0xAF3232) is known color: Brown. HEX triplet: AF, 32 and 32. RGB value is (175,50,50). Sum of RGB (Red+Green+Blue) = 175+50+50=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3232 is #50CDCD. Grayscale: #575757. Windows color (decimal): -5295566 or 3289775. OLE color: 3289775.

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

Color convert

RGB 175 50 50 -
CMYK 0 0.71 0.71 0.31
HSL 0.56% 0.44% -
HSV(B) 0.71% 0.69% -
XYZ 19.4 11.63 4.24 -
YUV 87.38 106.91 190.5 -
System Red Green Blue C M Y K H S L
Decimal 175 50 50 0 0.71 0.71 0.31 0 0.56 0.44
Hex AF 32 32 0 47 47 1F 0 38 2C
Octal 257 62 62 0 107 107 37 0 70 54
Binary 10101111 110010 110010 0 1000111 1000111 11111 0 111000 101100

Color Harmonies of #AF3232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3232

Black with #AF3232

Text Example


Text Example

White with #AF3232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3232; }

 p { color: rgb(175,50,50); }

 H1.HeaderClassName
 {
   color: #AF3232;
 }
 .AnyTagClassName
 {
   color: #AF3232;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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