Html Css Color HEX #AB5362 Hippie Pink

📋 copy color: '#AB5362'

red 171 ◦ green 83 ◦ blue 98

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

Shades of Hippie Pink #AB5362

Tints of Hippie Pink #AB5362

RGB

 RED value IS 171 (67.19% from 255) = 48.58%

 GREEN value IS 83 (32.81% from 255) = 23.58%

 BLUE value IS 98 (38.67% from 255) = 27.84%

R = 48.58%
G = 23.58%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB5362 (or 0xAB5362) is known color: Hippie Pink. HEX triplet: AB, 53 and 62. RGB value is (171,83,98). Sum of RGB (Red+Green+Blue) = 171+83+98=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5362 is #54AC9D. Grayscale: #6F6F6F. Windows color (decimal): -5549214 or 6443947. OLE color: 6443947.

HSL color Cylindrical-coordinate representation of color #AB5362: hue angle of 349.77º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB5362 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 83 98 -
CMYK 0 0.51 0.43 0.33
HSL 349.77º 0.35% 0.5% -
HSV(B) 349.77º 0.51% 0.67% -
XYZ 22.09 15.73 13.43 -
YUV 111.02 120.65 170.78 -
System Red Green Blue C M Y K H S L
Decimal 171 83 98 0 0.51 0.43 0.33 349.77 0.35 0.5
Hex AB 53 62 0 33 2B 21 15E 23 32
Octal 253 123 142 0 63 53 41 536 43 62
Binary 10101011 1010011 1100010 0 110011 101011 100001 101011110 100011 110010

Color Harmonies of #AB5362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5362

Black with #AB5362

Text Example


Text Example

White with #AB5362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5362; }

 p { color: rgb(171,83,98); }

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

background-color css

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

 a { background-color: rgb(171,83,98); }

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

border-color css

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

 span { border-color: rgb(171,83,98); }

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