Html Css Color HEX #A8465B Hippie Pink

📋 copy color: '#A8465B'

red 168 ◦ green 70 ◦ blue 91

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

Shades of Hippie Pink #A8465B

Tints of Hippie Pink #A8465B

RGB

 RED value IS 168 (66.02% from 255) = 51.06%

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

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

R = 51.06%
G = 21.28%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A8465B (or 0xA8465B) is known color: Hippie Pink. HEX triplet: A8, 46 and 5B. RGB value is (168,70,91). Sum of RGB (Red+Green+Blue) = 168+70+91=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A8465B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8465B is #57B9A4. Grayscale: #656565. Windows color (decimal): -5749157 or 5981864. OLE color: 5981864.

HSL color Cylindrical-coordinate representation of color #A8465B: hue angle of 347.14º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8465B is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 70 91 -
CMYK 0 0.58 0.46 0.34
HSL 347.14º 0.41% 0.47% -
HSV(B) 347.14º 0.58% 0.66% -
XYZ 20.23 13.46 11.43 -
YUV 101.7 121.97 175.29 -
System Red Green Blue C M Y K H S L
Decimal 168 70 91 0 0.58 0.46 0.34 347.14 0.41 0.47
Hex A8 46 5B 0 3A 2E 22 15B 29 2F
Octal 250 106 133 0 72 56 42 533 51 57
Binary 10101000 1000110 1011011 0 111010 101110 100010 101011011 101001 101111

Color Harmonies of #A8465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8465B

Black with #A8465B

Text Example


Text Example

White with #A8465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8465B; }

 p { color: rgb(168,70,91); }

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

background-color css

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

 a { background-color: rgb(168,70,91); }

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

border-color css

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

 span { border-color: rgb(168,70,91); }

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