Html Css Color HEX #AE322A Brown

📋 copy color: '#AE322A'

red 174 ◦ green 50 ◦ blue 42

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

Shades of Brown #AE322A

Tints of Brown #AE322A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.79%

R = 65.41%
G = 18.8%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE322A (or 0xAE322A) is known color: Brown. HEX triplet: AE, 32 and 2A. RGB value is (174,50,42). Sum of RGB (Red+Green+Blue) = 174+50+42=266 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.41% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 174 - color contains mainly: red. Hex color #AE322A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE322A is #51CDD5. Grayscale: #565656. Windows color (decimal): -5361110 or 2765486. OLE color: 2765486.

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

Color convert

RGB 174 50 42 -
CMYK 0 0.71 0.76 0.32
HSL 3.64º 0.61% 0.42% -
HSV(B) 3.64º 0.76% 0.68% -
XYZ 19.01 11.45 3.4 -
YUV 86.16 103.08 190.65 -
System Red Green Blue C M Y K H S L
Decimal 174 50 42 0 0.71 0.76 0.32 3.64 0.61 0.42
Hex AE 32 2A 0 47 4C 20 4 3D 2A
Octal 256 62 52 0 107 114 40 4 75 52
Binary 10101110 110010 101010 0 1000111 1001100 100000 100 111101 101010

Color Harmonies of #AE322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE322A

Black with #AE322A

Text Example


Text Example

White with #AE322A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE322A; }

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

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

background-color css

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

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

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

border-color css

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

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

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