Html Css Color HEX #AE3420 Brown

📋 copy color: '#AE3420'

red 174 ◦ green 52 ◦ blue 32

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

Shades of Brown #AE3420

Tints of Brown #AE3420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.16%

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

R = 67.44%
G = 20.16%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE3420 (or 0xAE3420) is known color: Brown. HEX triplet: AE, 34 and 20. RGB value is (174,52,32). Sum of RGB (Red+Green+Blue) = 174+52+32=258 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.44% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3420 is #51CBDF. Grayscale: #565656. Windows color (decimal): -5360608 or 2110638. OLE color: 2110638.

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

Color convert

RGB 174 52 32 -
CMYK 0 0.70 0.82 0.32
HSL 8.45º 0.69% 0.4% -
HSV(B) 8.45º 0.82% 0.68% -
XYZ 18.94 11.56 2.6 -
YUV 86.2 97.42 190.63 -
System Red Green Blue C M Y K H S L
Decimal 174 52 32 0 0.70 0.82 0.32 8.45 0.69 0.4
Hex AE 34 20 0 46 52 20 8 45 28
Octal 256 64 40 0 106 122 40 10 105 50
Binary 10101110 110100 100000 0 1000110 1010010 100000 1000 1000101 101000

Color Harmonies of #AE3420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3420

Black with #AE3420

Text Example


Text Example

White with #AE3420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3420; }

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

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

background-color css

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

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

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

border-color css

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

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

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