Html Css Color HEX #AE5D51 Crail

📋 copy color: '#AE5D51'

red 174 ◦ green 93 ◦ blue 81

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

Shades of Crail #AE5D51

Tints of Crail #AE5D51

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.72%

 BLUE value IS 81 (32.03% from 255) = 23.28%

R = 50%
G = 26.72%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AE5D51 (or 0xAE5D51) is known color: Crail. HEX triplet: AE, 5D and 51. RGB value is (174,93,81). Sum of RGB (Red+Green+Blue) = 174+93+81=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5D51 is #51A2AE. Grayscale: #737373. Windows color (decimal): -5350063 or 5332398. OLE color: 5332398.

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

Color convert

RGB 174 93 81 -
CMYK 0 0.47 0.53 0.32
HSL 7.74º 0.36% 0.5% -
HSV(B) 7.74º 0.53% 0.68% -
XYZ 22.86 17.42 9.94 -
YUV 115.85 108.34 169.48 -
System Red Green Blue C M Y K H S L
Decimal 174 93 81 0 0.47 0.53 0.32 7.74 0.36 0.5
Hex AE 5D 51 0 2F 35 20 8 24 32
Octal 256 135 121 0 57 65 40 10 44 62
Binary 10101110 1011101 1010001 0 101111 110101 100000 1000 100100 110010

Color Harmonies of #AE5D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5D51

Black with #AE5D51

Text Example


Text Example

White with #AE5D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5D51; }

 p { color: rgb(174,93,81); }

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

background-color css

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

 a { background-color: rgb(174,93,81); }

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

border-color css

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

 span { border-color: rgb(174,93,81); }

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