Html Css Color HEX #AB4652 Hippie Pink

📋 copy color: '#AB4652'

red 171 ◦ green 70 ◦ blue 82

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

Shades of Hippie Pink #AB4652

Tints of Hippie Pink #AB4652

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.67%

 BLUE value IS 82 (32.42% from 255) = 25.39%

R = 52.94%
G = 21.67%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AB4652 (or 0xAB4652) is known color: Hippie Pink. HEX triplet: AB, 46 and 52. RGB value is (171,70,82). Sum of RGB (Red+Green+Blue) = 171+70+82=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4652 is #54B9AD. Grayscale: #656565. Windows color (decimal): -5552558 or 5392043. OLE color: 5392043.

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

Color convert

RGB 171 70 82 -
CMYK 0 0.59 0.52 0.33
HSL 352.87º 0.42% 0.47% -
HSV(B) 352.87º 0.59% 0.67% -
XYZ 20.51 13.65 9.54 -
YUV 101.57 116.96 177.52 -
System Red Green Blue C M Y K H S L
Decimal 171 70 82 0 0.59 0.52 0.33 352.87 0.42 0.47
Hex AB 46 52 0 3B 34 21 161 2A 2F
Octal 253 106 122 0 73 64 41 541 52 57
Binary 10101011 1000110 1010010 0 111011 110100 100001 101100001 101010 101111

Color Harmonies of #AB4652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4652

Black with #AB4652

Text Example


Text Example

White with #AB4652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4652; }

 p { color: rgb(171,70,82); }

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

background-color css

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

 a { background-color: rgb(171,70,82); }

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

border-color css

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

 span { border-color: rgb(171,70,82); }

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