Html Css Color HEX #A5485C Hippie Pink

📋 copy color: '#A5485C'

red 165 ◦ green 72 ◦ blue 92

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

Shades of Hippie Pink #A5485C

Tints of Hippie Pink #A5485C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.96%

R = 50.15%
G = 21.88%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5485C (or 0xA5485C) is known color: Hippie Pink. HEX triplet: A5, 48 and 5C. RGB value is (165,72,92). Sum of RGB (Red+Green+Blue) = 165+72+92=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A5485C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5485C is #5AB7A3. Grayscale: #666666. Windows color (decimal): -5945252 or 6047909. OLE color: 6047909.

HSL color Cylindrical-coordinate representation of color #A5485C: hue angle of 347.1º 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 #A5485C is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 72 92 -
CMYK 0 0.56 0.44 0.35
HSL 347.1º 0.39% 0.46% -
HSV(B) 347.1º 0.56% 0.65% -
XYZ 19.77 13.41 11.67 -
YUV 102.09 122.31 172.87 -
System Red Green Blue C M Y K H S L
Decimal 165 72 92 0 0.56 0.44 0.35 347.1 0.39 0.46
Hex A5 48 5C 0 38 2C 23 15B 27 2E
Octal 245 110 134 0 70 54 43 533 47 56
Binary 10100101 1001000 1011100 0 111000 101100 100011 101011011 100111 101110

Color Harmonies of #A5485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5485C

Black with #A5485C

Text Example


Text Example

White with #A5485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5485C; }

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

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

background-color css

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

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

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

border-color css

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

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

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