Html Css Color HEX #AE5C4D Crail

📋 copy color: '#AE5C4D'

red 174 ◦ green 92 ◦ blue 77

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

Shades of Crail #AE5C4D

Tints of Crail #AE5C4D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.82%

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

R = 50.73%
G = 26.82%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE5C4D (or 0xAE5C4D) is known color: Crail. HEX triplet: AE, 5C and 4D. RGB value is (174,92,77). Sum of RGB (Red+Green+Blue) = 174+92+77=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5C4D is #51A3B2. Grayscale: #727272. Windows color (decimal): -5350323 or 5069998. OLE color: 5069998.

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

Color convert

RGB 174 92 77 -
CMYK 0 0.47 0.56 0.32
HSL 9.28º 0.39% 0.49% -
HSV(B) 9.28º 0.56% 0.68% -
XYZ 22.62 17.19 9.15 -
YUV 114.81 106.67 170.22 -
System Red Green Blue C M Y K H S L
Decimal 174 92 77 0 0.47 0.56 0.32 9.28 0.39 0.49
Hex AE 5C 4D 0 2F 38 20 9 27 31
Octal 256 134 115 0 57 70 40 11 47 61
Binary 10101110 1011100 1001101 0 101111 111000 100000 1001 100111 110001

Color Harmonies of #AE5C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5C4D

Black with #AE5C4D

Text Example


Text Example

White with #AE5C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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