Html Css Color HEX #AE3620 Brown

📋 copy color: '#AE3620'

red 174 ◦ green 54 ◦ blue 32

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

Shades of Brown #AE3620

Tints of Brown #AE3620

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.77%

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

R = 66.92%
G = 20.77%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE3620 (or 0xAE3620) is known color: Brown. HEX triplet: AE, 36 and 20. RGB value is (174,54,32). Sum of RGB (Red+Green+Blue) = 174+54+32=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3620 is #51C9DF. Grayscale: #575757. Windows color (decimal): -5360096 or 2111150. OLE color: 2111150.

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

Color convert

RGB 174 54 32 -
CMYK 0 0.69 0.82 0.32
HSL 9.3º 0.69% 0.4% -
HSV(B) 9.3º 0.82% 0.68% -
XYZ 19.04 11.74 2.63 -
YUV 87.37 96.76 189.79 -
System Red Green Blue C M Y K H S L
Decimal 174 54 32 0 0.69 0.82 0.32 9.3 0.69 0.4
Hex AE 36 20 0 45 52 20 9 45 28
Octal 256 66 40 0 105 122 40 11 105 50
Binary 10101110 110110 100000 0 1000101 1010010 100000 1001 1000101 101000

Color Harmonies of #AE3620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3620

Black with #AE3620

Text Example


Text Example

White with #AE3620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3620; }

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

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

background-color css

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

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

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

border-color css

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

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

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