Html Css Color HEX #AE5341 Crail

📋 copy color: '#AE5341'

red 174 ◦ green 83 ◦ blue 65

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

Shades of Crail #AE5341

Tints of Crail #AE5341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.78%

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

R = 54.04%
G = 25.78%
B = 20.19%

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

#AE5341 (or 0xAE5341) is known color: Crail. HEX triplet: AE, 53 and 41. RGB value is (174,83,65). Sum of RGB (Red+Green+Blue) = 174+83+65=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5341 is #51ACBE. Grayscale: #6C6C6C. Windows color (decimal): -5352639 or 4281262. OLE color: 4281262.

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

Color convert

RGB 174 83 65 -
CMYK 0 0.52 0.63 0.32
HSL 9.91º 0.46% 0.47% -
HSV(B) 9.91º 0.63% 0.68% -
XYZ 21.5 15.57 6.87 -
YUV 108.16 103.65 174.96 -
System Red Green Blue C M Y K H S L
Decimal 174 83 65 0 0.52 0.63 0.32 9.91 0.46 0.47
Hex AE 53 41 0 34 3F 20 A 2E 2F
Octal 256 123 101 0 64 77 40 12 56 57
Binary 10101110 1010011 1000001 0 110100 111111 100000 1010 101110 101111

Color Harmonies of #AE5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5341

Black with #AE5341

Text Example


Text Example

White with #AE5341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5341; }

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

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

background-color css

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

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

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

border-color css

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

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

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