Html Css Color HEX #AB545A Hippie Pink

📋 copy color: '#AB545A'

red 171 ◦ green 84 ◦ blue 90

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

Shades of Hippie Pink #AB545A

Tints of Hippie Pink #AB545A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.35%

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

R = 49.57%
G = 24.35%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB545A (or 0xAB545A) is known color: Hippie Pink. HEX triplet: AB, 54 and 5A. RGB value is (171,84,90). Sum of RGB (Red+Green+Blue) = 171+84+90=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB545A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB545A is #54ABA5. Grayscale: #6E6E6E. Windows color (decimal): -5548966 or 5919915. OLE color: 5919915.

HSL color Cylindrical-coordinate representation of color #AB545A: hue angle of 355.86º degrees, saturation: 0.34, 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 #AB545A is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 84 90 -
CMYK 0 0.51 0.47 0.33
HSL 355.86º 0.34% 0.5% -
HSV(B) 355.86º 0.51% 0.67% -
XYZ 21.81 15.74 11.56 -
YUV 110.7 116.32 171.01 -
System Red Green Blue C M Y K H S L
Decimal 171 84 90 0 0.51 0.47 0.33 355.86 0.34 0.5
Hex AB 54 5A 0 33 2F 21 164 22 32
Octal 253 124 132 0 63 57 41 544 42 62
Binary 10101011 1010100 1011010 0 110011 101111 100001 101100100 100010 110010

Color Harmonies of #AB545A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB545A

Black with #AB545A

Text Example


Text Example

White with #AB545A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB545A; }

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

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

background-color css

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

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

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

border-color css

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

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

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