Html Css Color HEX #AE5D4B Crail

📋 copy color: '#AE5D4B'

red 174 ◦ green 93 ◦ blue 75

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

Shades of Crail #AE5D4B

Tints of Crail #AE5D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.93%

R = 50.88%
G = 27.19%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE5D4B (or 0xAE5D4B) is known color: Crail. HEX triplet: AE, 5D and 4B. RGB value is (174,93,75). Sum of RGB (Red+Green+Blue) = 174+93+75=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5D4B is #51A2B4. Grayscale: #737373. Windows color (decimal): -5350069 or 4939182. OLE color: 4939182.

HSL color Cylindrical-coordinate representation of color #AE5D4B: hue angle of 10.91º 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 #AE5D4B is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 93 75 -
CMYK 0 0.47 0.57 0.32
HSL 10.91º 0.4% 0.49% -
HSV(B) 10.91º 0.57% 0.68% -
XYZ 22.64 17.34 8.81 -
YUV 115.17 105.34 169.96 -
System Red Green Blue C M Y K H S L
Decimal 174 93 75 0 0.47 0.57 0.32 10.91 0.4 0.49
Hex AE 5D 4B 0 2F 39 20 B 28 31
Octal 256 135 113 0 57 71 40 13 50 61
Binary 10101110 1011101 1001011 0 101111 111001 100000 1011 101000 110001

Color Harmonies of #AE5D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5D4B

Black with #AE5D4B

Text Example


Text Example

White with #AE5D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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