Html Css Color HEX #AF322F Brown

📋 copy color: '#AF322F'

red 175 ◦ green 50 ◦ blue 47

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

Shades of Brown #AF322F

Tints of Brown #AF322F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.28%

R = 64.34%
G = 18.38%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF322F (or 0xAF322F) is known color: Brown. HEX triplet: AF, 32 and 2F. RGB value is (175,50,47). Sum of RGB (Red+Green+Blue) = 175+50+47=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF322F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF322F is #50CDD0. Grayscale: #575757. Windows color (decimal): -5295569 or 3093167. OLE color: 3093167.

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

Color convert

RGB 175 50 47 -
CMYK 0 0.71 0.73 0.31
HSL 1.41º 0.58% 0.44% -
HSV(B) 1.41º 0.73% 0.69% -
XYZ 19.33 11.6 3.91 -
YUV 87.03 105.41 190.74 -
System Red Green Blue C M Y K H S L
Decimal 175 50 47 0 0.71 0.73 0.31 1.41 0.58 0.44
Hex AF 32 2F 0 47 49 1F 1 3A 2C
Octal 257 62 57 0 107 111 37 1 72 54
Binary 10101111 110010 101111 0 1000111 1001001 11111 1 111010 101100

Color Harmonies of #AF322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF322F

Black with #AF322F

Text Example


Text Example

White with #AF322F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF322F; }

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

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

background-color css

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

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

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

border-color css

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

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

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