Html Css Color HEX #A5485B Hippie Pink

📋 copy color: '#A5485B'

red 165 ◦ green 72 ◦ blue 91

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

Shades of Hippie Pink #A5485B

Tints of Hippie Pink #A5485B

RGB

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

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

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

R = 50.3%
G = 21.95%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5485B (or 0xA5485B) is known color: Hippie Pink. HEX triplet: A5, 48 and 5B. RGB value is (165,72,91). Sum of RGB (Red+Green+Blue) = 165+72+91=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A5485B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5485B is #5AB7A4. Grayscale: #656565. Windows color (decimal): -5945253 or 5982373. OLE color: 5982373.

HSL color Cylindrical-coordinate representation of color #A5485B: hue angle of 347.74º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5485B is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 72 91 -
CMYK 0 0.56 0.45 0.35
HSL 347.74º 0.39% 0.46% -
HSV(B) 347.74º 0.56% 0.65% -
XYZ 19.72 13.39 11.44 -
YUV 101.97 121.81 172.96 -
System Red Green Blue C M Y K H S L
Decimal 165 72 91 0 0.56 0.45 0.35 347.74 0.39 0.46
Hex A5 48 5B 0 38 2D 23 15C 27 2E
Octal 245 110 133 0 70 55 43 534 47 56
Binary 10100101 1001000 1011011 0 111000 101101 100011 101011100 100111 101110

Color Harmonies of #A5485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5485B

Black with #A5485B

Text Example


Text Example

White with #A5485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5485B; }

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

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

background-color css

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

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

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

border-color css

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

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

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