Html Css Color HEX #AB525A Hippie Pink

📋 copy color: '#AB525A'

red 171 ◦ green 82 ◦ blue 90

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

Shades of Hippie Pink #AB525A

Tints of Hippie Pink #AB525A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.91%

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

R = 49.85%
G = 23.91%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB525A (or 0xAB525A) is known color: Hippie Pink. HEX triplet: AB, 52 and 5A. RGB value is (171,82,90). Sum of RGB (Red+Green+Blue) = 171+82+90=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB525A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB525A is #54ADA5. Grayscale: #6D6D6D. Windows color (decimal): -5549478 or 5919403. OLE color: 5919403.

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

Color convert

RGB 171 82 90 -
CMYK 0 0.52 0.47 0.33
HSL 354.61º 0.35% 0.5% -
HSV(B) 354.61º 0.52% 0.67% -
XYZ 21.66 15.43 11.51 -
YUV 109.52 116.99 171.85 -
System Red Green Blue C M Y K H S L
Decimal 171 82 90 0 0.52 0.47 0.33 354.61 0.35 0.5
Hex AB 52 5A 0 34 2F 21 163 23 32
Octal 253 122 132 0 64 57 41 543 43 62
Binary 10101011 1010010 1011010 0 110100 101111 100001 101100011 100011 110010

Color Harmonies of #AB525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB525A

Black with #AB525A

Text Example


Text Example

White with #AB525A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB525A; }

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

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

background-color css

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

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

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

border-color css

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

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

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