Html Css Color HEX #AE3A3C Mahogany

📋 copy color: '#AE3A3C'

red 174 ◦ green 58 ◦ blue 60

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

Shades of Mahogany #AE3A3C

Tints of Mahogany #AE3A3C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.86%

 BLUE value IS 60 (23.83% from 255) = 20.55%

R = 59.59%
G = 19.86%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE3A3C (or 0xAE3A3C) is known color: Mahogany. HEX triplet: AE, 3A and 3C. RGB value is (174,58,60). Sum of RGB (Red+Green+Blue) = 174+58+60=292 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.59% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3A3C is #51C5C3. Grayscale: #5D5D5D. Windows color (decimal): -5359044 or 3947182. OLE color: 3947182.

HSL color Cylindrical-coordinate representation of color #AE3A3C: hue angle of 358.97º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE3A3C is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 58 60 -
CMYK 0 0.67 0.66 0.32
HSL 358.97º 0.5% 0.45% -
HSV(B) 358.97º 0.67% 0.68% -
XYZ 19.78 12.35 5.62 -
YUV 92.91 109.43 185.84 -
System Red Green Blue C M Y K H S L
Decimal 174 58 60 0 0.67 0.66 0.32 358.97 0.5 0.45
Hex AE 3A 3C 0 43 42 20 167 32 2D
Octal 256 72 74 0 103 102 40 547 62 55
Binary 10101110 111010 111100 0 1000011 1000010 100000 101100111 110010 101101

Color Harmonies of #AE3A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3A3C

Black with #AE3A3C

Text Example


Text Example

White with #AE3A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3A3C; }

 p { color: rgb(174,58,60); }

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

background-color css

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

 a { background-color: rgb(174,58,60); }

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

border-color css

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

 span { border-color: rgb(174,58,60); }

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