Html Css Color HEX #AB485B Hippie Pink

📋 copy color: '#AB485B'

red 171 ◦ green 72 ◦ blue 91

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

Shades of Hippie Pink #AB485B

Tints of Hippie Pink #AB485B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.56%

 BLUE value IS 91 (35.94% from 255) = 27.25%

R = 51.2%
G = 21.56%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB485B (or 0xAB485B) is known color: Hippie Pink. HEX triplet: AB, 48 and 5B. RGB value is (171,72,91). Sum of RGB (Red+Green+Blue) = 171+72+91=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB485B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB485B is #54B7A4. Grayscale: #676767. Windows color (decimal): -5552037 or 5982379. OLE color: 5982379.

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

Color convert

RGB 171 72 91 -
CMYK 0 0.58 0.47 0.33
HSL 348.48º 0.41% 0.48% -
HSV(B) 348.48º 0.58% 0.67% -
XYZ 21 14.05 11.5 -
YUV 103.77 120.8 175.96 -
System Red Green Blue C M Y K H S L
Decimal 171 72 91 0 0.58 0.47 0.33 348.48 0.41 0.48
Hex AB 48 5B 0 3A 2F 21 15C 29 30
Octal 253 110 133 0 72 57 41 534 51 60
Binary 10101011 1001000 1011011 0 111010 101111 100001 101011100 101001 110000

Color Harmonies of #AB485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB485B

Black with #AB485B

Text Example


Text Example

White with #AB485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB485B; }

 p { color: rgb(171,72,91); }

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

background-color css

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

 a { background-color: rgb(171,72,91); }

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

border-color css

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

 span { border-color: rgb(171,72,91); }

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