Html Css Color HEX #AB585A Hippie Pink

📋 copy color: '#AB585A'

red 171 ◦ green 88 ◦ blue 90

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

Shades of Hippie Pink #AB585A

Tints of Hippie Pink #AB585A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.21%

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

R = 49%
G = 25.21%
B = 25.79%

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

#AB585A (or 0xAB585A) is known color: Hippie Pink. HEX triplet: AB, 58 and 5A. RGB value is (171,88,90). Sum of RGB (Red+Green+Blue) = 171+88+90=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB585A is #54A7A5. Grayscale: #717171. Windows color (decimal): -5547942 or 5920939. OLE color: 5920939.

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

Color convert

RGB 171 88 90 -
CMYK 0 0.49 0.47 0.33
HSL 358.55º 0.33% 0.51% -
HSV(B) 358.55º 0.49% 0.67% -
XYZ 22.13 16.38 11.67 -
YUV 113.05 115 169.34 -
System Red Green Blue C M Y K H S L
Decimal 171 88 90 0 0.49 0.47 0.33 358.55 0.33 0.51
Hex AB 58 5A 0 31 2F 21 167 21 33
Octal 253 130 132 0 61 57 41 547 41 63
Binary 10101011 1011000 1011010 0 110001 101111 100001 101100111 100001 110011

Color Harmonies of #AB585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB585A

Black with #AB585A

Text Example


Text Example

White with #AB585A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB585A; }

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

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

background-color css

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

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

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

border-color css

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

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

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