Html Css Color HEX #AB4353 Hippie Pink

📋 copy color: '#AB4353'

red 171 ◦ green 67 ◦ blue 83

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

Shades of Hippie Pink #AB4353

Tints of Hippie Pink #AB4353

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.87%

 BLUE value IS 83 (32.81% from 255) = 25.86%

R = 53.27%
G = 20.87%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB4353 (or 0xAB4353) is known color: Hippie Pink. HEX triplet: AB, 43 and 53. RGB value is (171,67,83). Sum of RGB (Red+Green+Blue) = 171+67+83=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4353 is #54BCAC. Grayscale: #636363. Windows color (decimal): -5553325 or 5456811. OLE color: 5456811.

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

Color convert

RGB 171 67 83 -
CMYK 0 0.61 0.51 0.33
HSL 350.77º 0.44% 0.47% -
HSV(B) 350.77º 0.61% 0.67% -
XYZ 20.36 13.3 9.68 -
YUV 99.92 118.46 178.7 -
System Red Green Blue C M Y K H S L
Decimal 171 67 83 0 0.61 0.51 0.33 350.77 0.44 0.47
Hex AB 43 53 0 3D 33 21 15F 2C 2F
Octal 253 103 123 0 75 63 41 537 54 57
Binary 10101011 1000011 1010011 0 111101 110011 100001 101011111 101100 101111

Color Harmonies of #AB4353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4353

Black with #AB4353

Text Example


Text Example

White with #AB4353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4353; }

 p { color: rgb(171,67,83); }

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

background-color css

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

 a { background-color: rgb(171,67,83); }

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

border-color css

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

 span { border-color: rgb(171,67,83); }

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