Html Css Color HEX #AE5441 Crail

📋 copy color: '#AE5441'

red 174 ◦ green 84 ◦ blue 65

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

Shades of Crail #AE5441

Tints of Crail #AE5441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.01%

 BLUE value IS 65 (25.78% from 255) = 20.12%

R = 53.87%
G = 26.01%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE5441 (or 0xAE5441) is known color: Crail. HEX triplet: AE, 54 and 41. RGB value is (174,84,65). Sum of RGB (Red+Green+Blue) = 174+84+65=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5441 is #51ABBE. Grayscale: #6C6C6C. Windows color (decimal): -5352383 or 4281518. OLE color: 4281518.

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

Color convert

RGB 174 84 65 -
CMYK 0 0.52 0.63 0.32
HSL 10.46º 0.46% 0.47% -
HSV(B) 10.46º 0.63% 0.68% -
XYZ 21.58 15.72 6.9 -
YUV 108.74 103.32 174.54 -
System Red Green Blue C M Y K H S L
Decimal 174 84 65 0 0.52 0.63 0.32 10.46 0.46 0.47
Hex AE 54 41 0 34 3F 20 A 2E 2F
Octal 256 124 101 0 64 77 40 12 56 57
Binary 10101110 1010100 1000001 0 110100 111111 100000 1010 101110 101111

Color Harmonies of #AE5441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5441

Black with #AE5441

Text Example


Text Example

White with #AE5441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5441; }

 p { color: rgb(174,84,65); }

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

background-color css

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

 a { background-color: rgb(174,84,65); }

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

border-color css

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

 span { border-color: rgb(174,84,65); }

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