Html Css Color HEX #AE322E Brown

📋 copy color: '#AE322E'

red 174 ◦ green 50 ◦ blue 46

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

Shades of Brown #AE322E

Tints of Brown #AE322E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.04%

R = 64.44%
G = 18.52%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE322E (or 0xAE322E) is known color: Brown. HEX triplet: AE, 32 and 2E. RGB value is (174,50,46). Sum of RGB (Red+Green+Blue) = 174+50+46=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE322E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE322E is #51CDD1. Grayscale: #565656. Windows color (decimal): -5361106 or 3027630. OLE color: 3027630.

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

Color convert

RGB 174 50 46 -
CMYK 0 0.71 0.74 0.32
HSL 1.88º 0.58% 0.43% -
HSV(B) 1.88º 0.74% 0.68% -
XYZ 19.09 11.48 3.79 -
YUV 86.62 105.08 190.33 -
System Red Green Blue C M Y K H S L
Decimal 174 50 46 0 0.71 0.74 0.32 1.88 0.58 0.43
Hex AE 32 2E 0 47 4A 20 2 3A 2B
Octal 256 62 56 0 107 112 40 2 72 53
Binary 10101110 110010 101110 0 1000111 1001010 100000 10 111010 101011

Color Harmonies of #AE322E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE322E

Black with #AE322E

Text Example


Text Example

White with #AE322E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE322E; }

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

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

background-color css

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

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

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

border-color css

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

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

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