Html Css Color HEX #AB525F Hippie Pink

📋 copy color: '#AB525F'

red 171 ◦ green 82 ◦ blue 95

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

Shades of Hippie Pink #AB525F

Tints of Hippie Pink #AB525F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.3%

R = 49.14%
G = 23.56%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB525F (or 0xAB525F) is known color: Hippie Pink. HEX triplet: AB, 52 and 5F. RGB value is (171,82,95). Sum of RGB (Red+Green+Blue) = 171+82+95=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB525F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB525F is #54ADA0. Grayscale: #6E6E6E. Windows color (decimal): -5549473 or 6247083. OLE color: 6247083.

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

Color convert

RGB 171 82 95 -
CMYK 0 0.52 0.44 0.33
HSL 351.24º 0.35% 0.5% -
HSV(B) 351.24º 0.52% 0.67% -
XYZ 21.88 15.52 12.67 -
YUV 110.09 119.49 171.44 -
System Red Green Blue C M Y K H S L
Decimal 171 82 95 0 0.52 0.44 0.33 351.24 0.35 0.5
Hex AB 52 5F 0 34 2C 21 15F 23 32
Octal 253 122 137 0 64 54 41 537 43 62
Binary 10101011 1010010 1011111 0 110100 101100 100001 101011111 100011 110010

Color Harmonies of #AB525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB525F

Black with #AB525F

Text Example


Text Example

White with #AB525F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB525F; }

 p { color: rgb(171,82,95); }

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

background-color css

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

 a { background-color: rgb(171,82,95); }

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

border-color css

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

 span { border-color: rgb(171,82,95); }

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