Html Css Color HEX #AE5E50 Crail

📋 copy color: '#AE5E50'

red 174 ◦ green 94 ◦ blue 80

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

Shades of Crail #AE5E50

Tints of Crail #AE5E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.99%

R = 50%
G = 27.01%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AE5E50 (or 0xAE5E50) is known color: Crail. HEX triplet: AE, 5E and 50. RGB value is (174,94,80). Sum of RGB (Red+Green+Blue) = 174+94+80=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5E50 is #51A1AF. Grayscale: #747474. Windows color (decimal): -5349808 or 5267118. OLE color: 5267118.

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

Color convert

RGB 174 94 80 -
CMYK 0 0.46 0.54 0.32
HSL 8.94º 0.37% 0.5% -
HSV(B) 8.94º 0.54% 0.68% -
XYZ 22.91 17.58 9.78 -
YUV 116.32 107.5 169.14 -
System Red Green Blue C M Y K H S L
Decimal 174 94 80 0 0.46 0.54 0.32 8.94 0.37 0.5
Hex AE 5E 50 0 2E 36 20 9 25 32
Octal 256 136 120 0 56 66 40 11 45 62
Binary 10101110 1011110 1010000 0 101110 110110 100000 1001 100101 110010

Color Harmonies of #AE5E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5E50

Black with #AE5E50

Text Example


Text Example

White with #AE5E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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