Html Css Color HEX #AE5F4D Crail

📋 copy color: '#AE5F4D'

red 174 ◦ green 95 ◦ blue 77

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

Shades of Crail #AE5F4D

Tints of Crail #AE5F4D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.46%

 BLUE value IS 77 (30.47% from 255) = 22.25%

R = 50.29%
G = 27.46%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE5F4D (or 0xAE5F4D) is known color: Crail. HEX triplet: AE, 5F and 4D. RGB value is (174,95,77). Sum of RGB (Red+Green+Blue) = 174+95+77=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5F4D is #51A0B2. Grayscale: #747474. Windows color (decimal): -5349555 or 5070766. OLE color: 5070766.

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

Color convert

RGB 174 95 77 -
CMYK 0 0.45 0.56 0.32
HSL 11.13º 0.39% 0.49% -
HSV(B) 11.13º 0.56% 0.68% -
XYZ 22.89 17.72 9.23 -
YUV 116.57 105.67 168.96 -
System Red Green Blue C M Y K H S L
Decimal 174 95 77 0 0.45 0.56 0.32 11.13 0.39 0.49
Hex AE 5F 4D 0 2D 38 20 B 27 31
Octal 256 137 115 0 55 70 40 13 47 61
Binary 10101110 1011111 1001101 0 101101 111000 100000 1011 100111 110001

Color Harmonies of #AE5F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5F4D

Black with #AE5F4D

Text Example


Text Example

White with #AE5F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5F4D; }

 p { color: rgb(174,95,77); }

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

background-color css

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

 a { background-color: rgb(174,95,77); }

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

border-color css

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

 span { border-color: rgb(174,95,77); }

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