Html Css Color HEX #A5475A Hippie Pink

📋 copy color: '#A5475A'

red 165 ◦ green 71 ◦ blue 90

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

Shades of Hippie Pink #A5475A

Tints of Hippie Pink #A5475A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.78%

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

R = 50.61%
G = 21.78%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5475A (or 0xA5475A) is known color: Hippie Pink. HEX triplet: A5, 47 and 5A. RGB value is (165,71,90). Sum of RGB (Red+Green+Blue) = 165+71+90=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A5475A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5475A is #5AB8A5. Grayscale: #656565. Windows color (decimal): -5945510 or 5916581. OLE color: 5916581.

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

Color convert

RGB 165 71 90 -
CMYK 0 0.57 0.45 0.35
HSL 347.87º 0.4% 0.46% -
HSV(B) 347.87º 0.57% 0.65% -
XYZ 19.62 13.24 11.2 -
YUV 101.27 121.64 173.46 -
System Red Green Blue C M Y K H S L
Decimal 165 71 90 0 0.57 0.45 0.35 347.87 0.4 0.46
Hex A5 47 5A 0 39 2D 23 15C 28 2E
Octal 245 107 132 0 71 55 43 534 50 56
Binary 10100101 1000111 1011010 0 111001 101101 100011 101011100 101000 101110

Color Harmonies of #A5475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5475A

Black with #A5475A

Text Example


Text Example

White with #A5475A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5475A; }

 p { color: rgb(165,71,90); }

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

background-color css

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

 a { background-color: rgb(165,71,90); }

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

border-color css

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

 span { border-color: rgb(165,71,90); }

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