Html Css Color HEX #A8465C Hippie Pink

📋 copy color: '#A8465C'

red 168 ◦ green 70 ◦ blue 92

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

Shades of Hippie Pink #A8465C

Tints of Hippie Pink #A8465C

RGB

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

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

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

R = 50.91%
G = 21.21%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8465C (or 0xA8465C) is known color: Hippie Pink. HEX triplet: A8, 46 and 5C. RGB value is (168,70,92). Sum of RGB (Red+Green+Blue) = 168+70+92=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A8465C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8465C is #57B9A3. Grayscale: #656565. Windows color (decimal): -5749156 or 6047400. OLE color: 6047400.

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

Color convert

RGB 168 70 92 -
CMYK 0 0.58 0.45 0.34
HSL 346.53º 0.41% 0.47% -
HSV(B) 346.53º 0.58% 0.66% -
XYZ 20.27 13.48 11.66 -
YUV 101.81 122.47 175.21 -
System Red Green Blue C M Y K H S L
Decimal 168 70 92 0 0.58 0.45 0.34 346.53 0.41 0.47
Hex A8 46 5C 0 3A 2D 22 15B 29 2F
Octal 250 106 134 0 72 55 42 533 51 57
Binary 10101000 1000110 1011100 0 111010 101101 100010 101011011 101001 101111

Color Harmonies of #A8465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8465C

Black with #A8465C

Text Example


Text Example

White with #A8465C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8465C; }

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

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

background-color css

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

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

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

border-color css

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

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

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