Html Css Color HEX #AF332E Brown

📋 copy color: '#AF332E'

red 175 ◦ green 51 ◦ blue 46

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

Shades of Brown #AF332E

Tints of Brown #AF332E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.91%

R = 64.34%
G = 18.75%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF332E (or 0xAF332E) is known color: Brown. HEX triplet: AF, 33 and 2E. RGB value is (175,51,46). Sum of RGB (Red+Green+Blue) = 175+51+46=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF332E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF332E is #50CCD1. Grayscale: #575757. Windows color (decimal): -5295314 or 3027887. OLE color: 3027887.

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

Color convert

RGB 175 51 46 -
CMYK 0 0.71 0.74 0.31
HSL 2.33º 0.58% 0.43% -
HSV(B) 2.33º 0.74% 0.69% -
XYZ 19.36 11.68 3.82 -
YUV 87.51 104.58 190.41 -
System Red Green Blue C M Y K H S L
Decimal 175 51 46 0 0.71 0.74 0.31 2.33 0.58 0.43
Hex AF 33 2E 0 47 4A 1F 2 3A 2B
Octal 257 63 56 0 107 112 37 2 72 53
Binary 10101111 110011 101110 0 1000111 1001010 11111 10 111010 101011

Color Harmonies of #AF332E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF332E

Black with #AF332E

Text Example


Text Example

White with #AF332E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF332E; }

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

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

background-color css

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

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

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

border-color css

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

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

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