Html Css Color HEX #AE5542 Crail

📋 copy color: '#AE5542'

red 174 ◦ green 85 ◦ blue 66

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

Shades of Crail #AE5542

Tints of Crail #AE5542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.31%

R = 53.54%
G = 26.15%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AE5542 (or 0xAE5542) is known color: Crail. HEX triplet: AE, 55 and 42. RGB value is (174,85,66). Sum of RGB (Red+Green+Blue) = 174+85+66=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5542 is #51AABD. Grayscale: #6D6D6D. Windows color (decimal): -5352126 or 4347310. OLE color: 4347310.

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

Color convert

RGB 174 85 66 -
CMYK 0 0.51 0.62 0.32
HSL 10.56º 0.45% 0.47% -
HSV(B) 10.56º 0.62% 0.68% -
XYZ 21.69 15.89 7.08 -
YUV 109.45 103.49 174.04 -
System Red Green Blue C M Y K H S L
Decimal 174 85 66 0 0.51 0.62 0.32 10.56 0.45 0.47
Hex AE 55 42 0 33 3E 20 B 2D 2F
Octal 256 125 102 0 63 76 40 13 55 57
Binary 10101110 1010101 1000010 0 110011 111110 100000 1011 101101 101111

Color Harmonies of #AE5542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5542

Black with #AE5542

Text Example


Text Example

White with #AE5542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5542; }

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

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

background-color css

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

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

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

border-color css

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

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

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