Html Css Color HEX #A5525B Hippie Pink

📋 copy color: '#A5525B'

red 165 ◦ green 82 ◦ blue 91

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

Shades of Hippie Pink #A5525B

Tints of Hippie Pink #A5525B

RGB

 RED value IS 165 (64.84% from 255) = 48.82%

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

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

R = 48.82%
G = 24.26%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5525B (or 0xA5525B) is known color: Hippie Pink. HEX triplet: A5, 52 and 5B. RGB value is (165,82,91). Sum of RGB (Red+Green+Blue) = 165+82+91=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A5525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5525B is #5AADA4. Grayscale: #6B6B6B. Windows color (decimal): -5942693 or 5984933. OLE color: 5984933.

HSL color Cylindrical-coordinate representation of color #A5525B: hue angle of 353.49º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5525B is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 82 91 -
CMYK 0 0.50 0.45 0.35
HSL 353.49º 0.34% 0.48% -
HSV(B) 353.49º 0.5% 0.65% -
XYZ 20.42 14.79 11.68 -
YUV 107.84 118.5 168.77 -
System Red Green Blue C M Y K H S L
Decimal 165 82 91 0 0.50 0.45 0.35 353.49 0.34 0.48
Hex A5 52 5B 0 32 2D 23 161 22 30
Octal 245 122 133 0 62 55 43 541 42 60
Binary 10100101 1010010 1011011 0 110010 101101 100011 101100001 100010 110000

Color Harmonies of #A5525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5525B

Black with #A5525B

Text Example


Text Example

White with #A5525B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5525B; }

 p { color: rgb(165,82,91); }

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

background-color css

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

 a { background-color: rgb(165,82,91); }

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

border-color css

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

 span { border-color: rgb(165,82,91); }

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