Html Css Color HEX #A5465A Hippie Pink

📋 copy color: '#A5465A'

red 165 ◦ green 70 ◦ blue 90

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

Shades of Hippie Pink #A5465A

Tints of Hippie Pink #A5465A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.54%

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

R = 50.77%
G = 21.54%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5465A (or 0xA5465A) is known color: Hippie Pink. HEX triplet: A5, 46 and 5A. RGB value is (165,70,90). Sum of RGB (Red+Green+Blue) = 165+70+90=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A5465A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5465A is #5AB9A5. Grayscale: #646464. Windows color (decimal): -5945766 or 5916325. OLE color: 5916325.

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

Color convert

RGB 165 70 90 -
CMYK 0 0.58 0.45 0.35
HSL 347.37º 0.4% 0.46% -
HSV(B) 347.37º 0.58% 0.65% -
XYZ 19.55 13.12 11.17 -
YUV 100.69 121.97 173.87 -
System Red Green Blue C M Y K H S L
Decimal 165 70 90 0 0.58 0.45 0.35 347.37 0.4 0.46
Hex A5 46 5A 0 3A 2D 23 15B 28 2E
Octal 245 106 132 0 72 55 43 533 50 56
Binary 10100101 1000110 1011010 0 111010 101101 100011 101011011 101000 101110

Color Harmonies of #A5465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5465A

Black with #A5465A

Text Example


Text Example

White with #A5465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5465A; }

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

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

background-color css

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

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

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

border-color css

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

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

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