Html Css Color HEX #AB575A Hippie Pink

📋 copy color: '#AB575A'

red 171 ◦ green 87 ◦ blue 90

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

Shades of Hippie Pink #AB575A

Tints of Hippie Pink #AB575A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25%

 BLUE value IS 90 (35.55% from 255) = 25.86%

R = 49.14%
G = 25%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB575A (or 0xAB575A) is known color: Hippie Pink. HEX triplet: AB, 57 and 5A. RGB value is (171,87,90). Sum of RGB (Red+Green+Blue) = 171+87+90=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB575A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB575A is #54A8A5. Grayscale: #707070. Windows color (decimal): -5548198 or 5920683. OLE color: 5920683.

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

Color convert

RGB 171 87 90 -
CMYK 0 0.49 0.47 0.33
HSL 357.86º 0.33% 0.51% -
HSV(B) 357.86º 0.49% 0.67% -
XYZ 22.05 16.21 11.64 -
YUV 112.46 115.33 169.76 -
System Red Green Blue C M Y K H S L
Decimal 171 87 90 0 0.49 0.47 0.33 357.86 0.33 0.51
Hex AB 57 5A 0 31 2F 21 166 21 33
Octal 253 127 132 0 61 57 41 546 41 63
Binary 10101011 1010111 1011010 0 110001 101111 100001 101100110 100001 110011

Color Harmonies of #AB575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB575A

Black with #AB575A

Text Example


Text Example

White with #AB575A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB575A; }

 p { color: rgb(171,87,90); }

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

background-color css

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

 a { background-color: rgb(171,87,90); }

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

border-color css

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

 span { border-color: rgb(171,87,90); }

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