Html Css Color HEX #AE584A Crail

📋 copy color: '#AE584A'

red 174 ◦ green 88 ◦ blue 74

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

Shades of Crail #AE584A

Tints of Crail #AE584A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.19%

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

R = 51.79%
G = 26.19%
B = 22.02%

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

#AE584A (or 0xAE584A) is known color: Crail. HEX triplet: AE, 58 and 4A. RGB value is (174,88,74). Sum of RGB (Red+Green+Blue) = 174+88+74=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE584A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE584A is #51A7B5. Grayscale: #707070. Windows color (decimal): -5351350 or 4872366. OLE color: 4872366.

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

Color convert

RGB 174 88 74 -
CMYK 0 0.49 0.57 0.32
HSL 8.4º 0.4% 0.49% -
HSV(B) 8.4º 0.57% 0.68% -
XYZ 22.18 16.47 8.49 -
YUV 112.12 106.49 172.14 -
System Red Green Blue C M Y K H S L
Decimal 174 88 74 0 0.49 0.57 0.32 8.4 0.4 0.49
Hex AE 58 4A 0 31 39 20 8 28 31
Octal 256 130 112 0 61 71 40 10 50 61
Binary 10101110 1011000 1001010 0 110001 111001 100000 1000 101000 110001

Color Harmonies of #AE584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE584A

Black with #AE584A

Text Example


Text Example

White with #AE584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE584A; }

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

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

background-color css

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

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

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

border-color css

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

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

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