Html Css Color HEX #AE594A Crail

📋 copy color: '#AE594A'

red 174 ◦ green 89 ◦ blue 74

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

Shades of Crail #AE594A

Tints of Crail #AE594A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.41%

 BLUE value IS 74 (29.3% from 255) = 21.96%

R = 51.63%
G = 26.41%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE594A (or 0xAE594A) is known color: Crail. HEX triplet: AE, 59 and 4A. RGB value is (174,89,74). Sum of RGB (Red+Green+Blue) = 174+89+74=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE594A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE594A is #51A6B5. Grayscale: #707070. Windows color (decimal): -5351094 or 4872622. OLE color: 4872622.

HSL color Cylindrical-coordinate representation of color #AE594A: hue angle of 9º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE594A is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 89 74 -
CMYK 0 0.49 0.57 0.32
HSL 0.4% 0.49% -
HSV(B) 0.57% 0.68% -
XYZ 22.26 16.64 8.52 -
YUV 112.71 106.16 171.72 -
System Red Green Blue C M Y K H S L
Decimal 174 89 74 0 0.49 0.57 0.32 9 0.4 0.49
Hex AE 59 4A 0 31 39 20 9 28 31
Octal 256 131 112 0 61 71 40 11 50 61
Binary 10101110 1011001 1001010 0 110001 111001 100000 1001 101000 110001

Color Harmonies of #AE594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE594A

Black with #AE594A

Text Example


Text Example

White with #AE594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE594A; }

 p { color: rgb(174,89,74); }

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

background-color css

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

 a { background-color: rgb(174,89,74); }

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

border-color css

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

 span { border-color: rgb(174,89,74); }

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