Html Css Color HEX #AE3220 Brown

📋 copy color: '#AE3220'

red 174 ◦ green 50 ◦ blue 32

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

Shades of Brown #AE3220

Tints of Brown #AE3220

RGB

 RED value IS 174 (68.36% from 255) = 67.97%

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

 BLUE value IS 32 (12.89% from 255) = 12.5%

R = 67.97%
G = 19.53%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE3220 (or 0xAE3220) is known color: Brown. HEX triplet: AE, 32 and 20. RGB value is (174,50,32). Sum of RGB (Red+Green+Blue) = 174+50+32=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3220 is #51CDDF. Grayscale: #555555. Windows color (decimal): -5361120 or 2110126. OLE color: 2110126.

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

Color convert

RGB 174 50 32 -
CMYK 0 0.71 0.82 0.32
HSL 7.61º 0.69% 0.4% -
HSV(B) 7.61º 0.82% 0.68% -
XYZ 18.86 11.38 2.57 -
YUV 85.02 98.08 191.46 -
System Red Green Blue C M Y K H S L
Decimal 174 50 32 0 0.71 0.82 0.32 7.61 0.69 0.4
Hex AE 32 20 0 47 52 20 8 45 28
Octal 256 62 40 0 107 122 40 10 105 50
Binary 10101110 110010 100000 0 1000111 1010010 100000 1000 1000101 101000

Color Harmonies of #AE3220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3220

Black with #AE3220

Text Example


Text Example

White with #AE3220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3220; }

 p { color: rgb(174,50,32); }

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

background-color css

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

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

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

border-color css

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

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

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