Html Css Color HEX #AE3320 Brown

📋 copy color: '#AE3320'

red 174 ◦ green 51 ◦ blue 32

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

Shades of Brown #AE3320

Tints of Brown #AE3320

RGB

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

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

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

R = 67.7%
G = 19.84%
B = 12.45%

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

#AE3320 (or 0xAE3320) is known color: Brown. HEX triplet: AE, 33 and 20. RGB value is (174,51,32). Sum of RGB (Red+Green+Blue) = 174+51+32=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3320 is #51CCDF. Grayscale: #555555. Windows color (decimal): -5360864 or 2110382. OLE color: 2110382.

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

Color convert

RGB 174 51 32 -
CMYK 0 0.71 0.82 0.32
HSL 8.03º 0.69% 0.4% -
HSV(B) 8.03º 0.82% 0.68% -
XYZ 18.9 11.47 2.58 -
YUV 85.61 97.75 191.04 -
System Red Green Blue C M Y K H S L
Decimal 174 51 32 0 0.71 0.82 0.32 8.03 0.69 0.4
Hex AE 33 20 0 47 52 20 8 45 28
Octal 256 63 40 0 107 122 40 10 105 50
Binary 10101110 110011 100000 0 1000111 1010010 100000 1000 1000101 101000

Color Harmonies of #AE3320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3320

Black with #AE3320

Text Example


Text Example

White with #AE3320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3320; }

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

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

background-color css

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

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

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

border-color css

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

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

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