Html Css Color HEX #AE5256 Hippie Pink

📋 copy color: '#AE5256'

red 174 ◦ green 82 ◦ blue 86

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

Shades of Hippie Pink #AE5256

Tints of Hippie Pink #AE5256

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.98%

 BLUE value IS 86 (33.98% from 255) = 25.15%

R = 50.88%
G = 23.98%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AE5256 (or 0xAE5256) is known color: Hippie Pink. HEX triplet: AE, 52 and 56. RGB value is (174,82,86). Sum of RGB (Red+Green+Blue) = 174+82+86=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5256 is #51ADA9. Grayscale: #6E6E6E. Windows color (decimal): -5352874 or 5657262. OLE color: 5657262.

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

Color convert

RGB 174 82 86 -
CMYK 0 0.53 0.51 0.32
HSL 357.39º 0.36% 0.5% -
HSV(B) 357.39º 0.53% 0.68% -
XYZ 22.15 15.71 10.67 -
YUV 109.96 114.48 173.67 -
System Red Green Blue C M Y K H S L
Decimal 174 82 86 0 0.53 0.51 0.32 357.39 0.36 0.5
Hex AE 52 56 0 35 33 20 165 24 32
Octal 256 122 126 0 65 63 40 545 44 62
Binary 10101110 1010010 1010110 0 110101 110011 100000 101100101 100100 110010

Color Harmonies of #AE5256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5256

Black with #AE5256

Text Example


Text Example

White with #AE5256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5256; }

 p { color: rgb(174,82,86); }

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

background-color css

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

 a { background-color: rgb(174,82,86); }

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

border-color css

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

 span { border-color: rgb(174,82,86); }

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