Html Css Color HEX #AE2A27 Brown

📋 copy color: '#AE2A27'

red 174 ◦ green 42 ◦ blue 39

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

Shades of Brown #AE2A27

Tints of Brown #AE2A27

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.47%

 BLUE value IS 39 (15.63% from 255) = 15.29%

R = 68.24%
G = 16.47%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AE2A27 (or 0xAE2A27) is known color: Brown. HEX triplet: AE, 2A and 27. RGB value is (174,42,39). Sum of RGB (Red+Green+Blue) = 174+42+39=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2A27 is #51D5D8. Grayscale: #515151. Windows color (decimal): -5363161 or 2566830. OLE color: 2566830.

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

Color convert

RGB 174 42 39 -
CMYK 0 0.76 0.78 0.32
HSL 1.33º 0.63% 0.42% -
HSV(B) 1.33º 0.78% 0.68% -
XYZ 18.65 10.8 3.02 -
YUV 81.13 104.23 194.24 -
System Red Green Blue C M Y K H S L
Decimal 174 42 39 0 0.76 0.78 0.32 1.33 0.63 0.42
Hex AE 2A 27 0 4C 4E 20 1 3F 2A
Octal 256 52 47 0 114 116 40 1 77 52
Binary 10101110 101010 100111 0 1001100 1001110 100000 1 111111 101010

Color Harmonies of #AE2A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2A27

Black with #AE2A27

Text Example


Text Example

White with #AE2A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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