Html Css Color HEX #AE5B4A Crail

📋 copy color: '#AE5B4A'

red 174 ◦ green 91 ◦ blue 74

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

Shades of Crail #AE5B4A

Tints of Crail #AE5B4A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.84%

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

R = 51.33%
G = 26.84%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE5B4A (or 0xAE5B4A) is known color: Crail. HEX triplet: AE, 5B and 4A. RGB value is (174,91,74). Sum of RGB (Red+Green+Blue) = 174+91+74=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5B4A is #51A4B5. Grayscale: #727272. Windows color (decimal): -5350582 or 4873134. OLE color: 4873134.

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

Color convert

RGB 174 91 74 -
CMYK 0 0.48 0.57 0.32
HSL 10.2º 0.4% 0.49% -
HSV(B) 10.2º 0.57% 0.68% -
XYZ 22.43 16.98 8.57 -
YUV 113.88 105.5 170.88 -
System Red Green Blue C M Y K H S L
Decimal 174 91 74 0 0.48 0.57 0.32 10.2 0.4 0.49
Hex AE 5B 4A 0 30 39 20 A 28 31
Octal 256 133 112 0 60 71 40 12 50 61
Binary 10101110 1011011 1001010 0 110000 111001 100000 1010 101000 110001

Color Harmonies of #AE5B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5B4A

Black with #AE5B4A

Text Example


Text Example

White with #AE5B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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