Html Css Color HEX #AB485F Hippie Pink

📋 copy color: '#AB485F'

red 171 ◦ green 72 ◦ blue 95

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

Shades of Hippie Pink #AB485F

Tints of Hippie Pink #AB485F

RGB

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

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

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

R = 50.59%
G = 21.3%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB485F (or 0xAB485F) is known color: Hippie Pink. HEX triplet: AB, 48 and 5F. RGB value is (171,72,95). Sum of RGB (Red+Green+Blue) = 171+72+95=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB485F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB485F is #54B7A0. Grayscale: #686868. Windows color (decimal): -5552033 or 6244523. OLE color: 6244523.

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

Color convert

RGB 171 72 95 -
CMYK 0 0.58 0.44 0.33
HSL 346.06º 0.41% 0.48% -
HSV(B) 346.06º 0.58% 0.67% -
XYZ 21.18 14.12 12.44 -
YUV 104.22 122.8 175.63 -
System Red Green Blue C M Y K H S L
Decimal 171 72 95 0 0.58 0.44 0.33 346.06 0.41 0.48
Hex AB 48 5F 0 3A 2C 21 15A 29 30
Octal 253 110 137 0 72 54 41 532 51 60
Binary 10101011 1001000 1011111 0 111010 101100 100001 101011010 101001 110000

Color Harmonies of #AB485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB485F

Black with #AB485F

Text Example


Text Example

White with #AB485F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB485F; }

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

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

background-color css

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

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

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

border-color css

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

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

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