Html Css Color HEX #AE2E2A Brown

📋 copy color: '#AE2E2A'

red 174 ◦ green 46 ◦ blue 42

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

Shades of Brown #AE2E2A

Tints of Brown #AE2E2A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.56%

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

R = 66.41%
G = 17.56%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE2E2A (or 0xAE2E2A) is known color: Brown. HEX triplet: AE, 2E and 2A. RGB value is (174,46,42). Sum of RGB (Red+Green+Blue) = 174+46+42=262 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.41% from 262); Green value is 46 (18.36% from 255 or 17.56% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2E2A is #51D1D5. Grayscale: #535353. Windows color (decimal): -5362134 or 2764462. OLE color: 2764462.

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

Color convert

RGB 174 46 42 -
CMYK 0 0.74 0.76 0.32
HSL 1.82º 0.61% 0.42% -
HSV(B) 1.82º 0.76% 0.68% -
XYZ 18.85 11.12 3.34 -
YUV 83.82 104.41 192.33 -
System Red Green Blue C M Y K H S L
Decimal 174 46 42 0 0.74 0.76 0.32 1.82 0.61 0.42
Hex AE 2E 2A 0 4A 4C 20 2 3D 2A
Octal 256 56 52 0 112 114 40 2 75 52
Binary 10101110 101110 101010 0 1001010 1001100 100000 10 111101 101010

Color Harmonies of #AE2E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2E2A

Black with #AE2E2A

Text Example


Text Example

White with #AE2E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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