Html Css Color HEX #AE5540 Crail

📋 copy color: '#AE5540'

red 174 ◦ green 85 ◦ blue 64

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

Shades of Crail #AE5540

Tints of Crail #AE5540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.32%

 BLUE value IS 64 (25.39% from 255) = 19.81%

R = 53.87%
G = 26.32%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE5540 (or 0xAE5540) is known color: Crail. HEX triplet: AE, 55 and 40. RGB value is (174,85,64). Sum of RGB (Red+Green+Blue) = 174+85+64=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5540 is #51AABF. Grayscale: #6D6D6D. Windows color (decimal): -5352128 or 4216238. OLE color: 4216238.

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

Color convert

RGB 174 85 64 -
CMYK 0 0.51 0.63 0.32
HSL 11.45º 0.46% 0.47% -
HSV(B) 11.45º 0.63% 0.68% -
XYZ 21.63 15.87 6.77 -
YUV 109.22 102.49 174.21 -
System Red Green Blue C M Y K H S L
Decimal 174 85 64 0 0.51 0.63 0.32 11.45 0.46 0.47
Hex AE 55 40 0 33 3F 20 B 2E 2F
Octal 256 125 100 0 63 77 40 13 56 57
Binary 10101110 1010101 1000000 0 110011 111111 100000 1011 101110 101111

Color Harmonies of #AE5540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5540

Black with #AE5540

Text Example


Text Example

White with #AE5540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5540; }

 p { color: rgb(174,85,64); }

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

background-color css

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

 a { background-color: rgb(174,85,64); }

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

border-color css

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

 span { border-color: rgb(174,85,64); }

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