Html Css Color HEX #AE312C Brown

📋 copy color: '#AE312C'

red 174 ◦ green 49 ◦ blue 44

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

Shades of Brown #AE312C

Tints of Brown #AE312C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.35%

 BLUE value IS 44 (17.58% from 255) = 16.48%

R = 65.17%
G = 18.35%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE312C (or 0xAE312C) is known color: Brown. HEX triplet: AE, 31 and 2C. RGB value is (174,49,44). Sum of RGB (Red+Green+Blue) = 174+49+44=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE312C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE312C is #51CED3. Grayscale: #555555. Windows color (decimal): -5361364 or 2896302. OLE color: 2896302.

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

Color convert

RGB 174 49 44 -
CMYK 0 0.72 0.75 0.32
HSL 2.31º 0.6% 0.43% -
HSV(B) 2.31º 0.75% 0.68% -
XYZ 19.01 11.38 3.58 -
YUV 85.81 104.41 190.91 -
System Red Green Blue C M Y K H S L
Decimal 174 49 44 0 0.72 0.75 0.32 2.31 0.6 0.43
Hex AE 31 2C 0 48 4B 20 2 3C 2B
Octal 256 61 54 0 110 113 40 2 74 53
Binary 10101110 110001 101100 0 1001000 1001011 100000 10 111100 101011

Color Harmonies of #AE312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE312C

Black with #AE312C

Text Example


Text Example

White with #AE312C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE312C; }

 p { color: rgb(174,49,44); }

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

background-color css

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

 a { background-color: rgb(174,49,44); }

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

border-color css

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

 span { border-color: rgb(174,49,44); }

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