Html Css Color HEX #A5455B Hippie Pink

📋 copy color: '#A5455B'

red 165 ◦ green 69 ◦ blue 91

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

Shades of Hippie Pink #A5455B

Tints of Hippie Pink #A5455B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.23%

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

R = 50.77%
G = 21.23%
B = 28%

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

#A5455B (or 0xA5455B) is known color: Hippie Pink. HEX triplet: A5, 45 and 5B. RGB value is (165,69,91). Sum of RGB (Red+Green+Blue) = 165+69+91=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A5455B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5455B is #5ABAA4. Grayscale: #646464. Windows color (decimal): -5946021 or 5981605. OLE color: 5981605.

HSL color Cylindrical-coordinate representation of color #A5455B: hue angle of 346.25º degrees, saturation: 0.41, 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 #A5455B is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 69 91 -
CMYK 0 0.58 0.45 0.35
HSL 346.25º 0.41% 0.46% -
HSV(B) 346.25º 0.58% 0.65% -
XYZ 19.53 13.01 11.38 -
YUV 100.21 122.8 174.21 -
System Red Green Blue C M Y K H S L
Decimal 165 69 91 0 0.58 0.45 0.35 346.25 0.41 0.46
Hex A5 45 5B 0 3A 2D 23 15A 29 2E
Octal 245 105 133 0 72 55 43 532 51 56
Binary 10100101 1000101 1011011 0 111010 101101 100011 101011010 101001 101110

Color Harmonies of #A5455B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5455B

Black with #A5455B

Text Example


Text Example

White with #A5455B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5455B; }

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

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

background-color css

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

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

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

border-color css

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

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

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