Html Css Color HEX #AE5E4A Crail

📋 copy color: '#AE5E4A'

red 174 ◦ green 94 ◦ blue 74

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

Shades of Crail #AE5E4A

Tints of Crail #AE5E4A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.49%

 BLUE value IS 74 (29.3% from 255) = 21.64%

R = 50.88%
G = 27.49%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE5E4A (or 0xAE5E4A) is known color: Crail. HEX triplet: AE, 5E and 4A. RGB value is (174,94,74). Sum of RGB (Red+Green+Blue) = 174+94+74=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5E4A is #51A1B5. Grayscale: #737373. Windows color (decimal): -5349814 or 4873902. OLE color: 4873902.

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

Color convert

RGB 174 94 74 -
CMYK 0 0.46 0.57 0.32
HSL 12º 0.4% 0.49% -
HSV(B) 12º 0.57% 0.68% -
XYZ 22.69 17.5 8.66 -
YUV 115.64 104.5 169.63 -
System Red Green Blue C M Y K H S L
Decimal 174 94 74 0 0.46 0.57 0.32 12 0.4 0.49
Hex AE 5E 4A 0 2E 39 20 C 28 31
Octal 256 136 112 0 56 71 40 14 50 61
Binary 10101110 1011110 1001010 0 101110 111001 100000 1100 101000 110001

Color Harmonies of #AE5E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5E4A

Black with #AE5E4A

Text Example


Text Example

White with #AE5E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5E4A; }

 p { color: rgb(174,94,74); }

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

background-color css

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

 a { background-color: rgb(174,94,74); }

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

border-color css

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

 span { border-color: rgb(174,94,74); }

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