Html Css Color HEX #AE6053 Crail

📋 copy color: '#AE6053'

red 174 ◦ green 96 ◦ blue 83

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

Shades of Crail #AE6053

Tints of Crail #AE6053

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.2%

 BLUE value IS 83 (32.81% from 255) = 23.51%

R = 49.29%
G = 27.2%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AE6053 (or 0xAE6053) is known color: Crail. HEX triplet: AE, 60 and 53. RGB value is (174,96,83). Sum of RGB (Red+Green+Blue) = 174+96+83=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6053 is #519FAC. Grayscale: #757575. Windows color (decimal): -5349293 or 5464238. OLE color: 5464238.

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

Color convert

RGB 174 96 83 -
CMYK 0 0.45 0.52 0.32
HSL 8.57º 0.36% 0.5% -
HSV(B) 8.57º 0.52% 0.68% -
XYZ 23.2 17.99 10.43 -
YUV 117.84 108.34 168.06 -
System Red Green Blue C M Y K H S L
Decimal 174 96 83 0 0.45 0.52 0.32 8.57 0.36 0.5
Hex AE 60 53 0 2D 34 20 9 24 32
Octal 256 140 123 0 55 64 40 11 44 62
Binary 10101110 1100000 1010011 0 101101 110100 100000 1001 100100 110010

Color Harmonies of #AE6053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6053

Black with #AE6053

Text Example


Text Example

White with #AE6053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6053; }

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

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

background-color css

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

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

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

border-color css

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

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

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