Html Css Color HEX #AF332F Brown

📋 copy color: '#AF332F'

red 175 ◦ green 51 ◦ blue 47

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

Shades of Brown #AF332F

Tints of Brown #AF332F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.68%

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

R = 64.1%
G = 18.68%
B = 17.22%

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

#AF332F (or 0xAF332F) is known color: Brown. HEX triplet: AF, 33 and 2F. RGB value is (175,51,47). Sum of RGB (Red+Green+Blue) = 175+51+47=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF332F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF332F is #50CCD0. Grayscale: #575757. Windows color (decimal): -5295313 or 3093423. OLE color: 3093423.

HSL color Cylindrical-coordinate representation of color #AF332F: hue angle of 1.88º 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 #AF332F is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 51 47 -
CMYK 0 0.71 0.73 0.31
HSL 1.88º 0.58% 0.44% -
HSV(B) 1.88º 0.73% 0.69% -
XYZ 19.38 11.69 3.92 -
YUV 87.62 105.08 190.33 -
System Red Green Blue C M Y K H S L
Decimal 175 51 47 0 0.71 0.73 0.31 1.88 0.58 0.44
Hex AF 33 2F 0 47 49 1F 2 3A 2C
Octal 257 63 57 0 107 111 37 2 72 54
Binary 10101111 110011 101111 0 1000111 1001001 11111 10 111010 101100

Color Harmonies of #AF332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF332F

Black with #AF332F

Text Example


Text Example

White with #AF332F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF332F; }

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

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

background-color css

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

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

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

border-color css

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

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

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