Html Css Color HEX #AE3C3D Mahogany

📋 copy color: '#AE3C3D'

red 174 ◦ green 60 ◦ blue 61

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

Shades of Mahogany #AE3C3D

Tints of Mahogany #AE3C3D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.34%

 BLUE value IS 61 (24.22% from 255) = 20.68%

R = 58.98%
G = 20.34%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE3C3D (or 0xAE3C3D) is known color: Mahogany. HEX triplet: AE, 3C and 3D. RGB value is (174,60,61). Sum of RGB (Red+Green+Blue) = 174+60+61=295 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.98% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3C3D is #51C3C2. Grayscale: #5E5E5E. Windows color (decimal): -5358531 or 4013230. OLE color: 4013230.

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

Color convert

RGB 174 60 61 -
CMYK 0 0.66 0.65 0.32
HSL 359.47º 0.49% 0.46% -
HSV(B) 359.47º 0.66% 0.68% -
XYZ 19.91 12.57 5.79 -
YUV 94.2 109.27 184.92 -
System Red Green Blue C M Y K H S L
Decimal 174 60 61 0 0.66 0.65 0.32 359.47 0.49 0.46
Hex AE 3C 3D 0 42 41 20 167 31 2E
Octal 256 74 75 0 102 101 40 547 61 56
Binary 10101110 111100 111101 0 1000010 1000001 100000 101100111 110001 101110

Color Harmonies of #AE3C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3C3D

Black with #AE3C3D

Text Example


Text Example

White with #AE3C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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