Html Css Color HEX #A8425C Hippie Pink

📋 copy color: '#A8425C'

red 168 ◦ green 66 ◦ blue 92

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

Shades of Hippie Pink #A8425C

Tints of Hippie Pink #A8425C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.25%

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

R = 51.53%
G = 20.25%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8425C (or 0xA8425C) is known color: Hippie Pink. HEX triplet: A8, 42 and 5C. RGB value is (168,66,92). Sum of RGB (Red+Green+Blue) = 168+66+92=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A8425C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8425C is #57BDA3. Grayscale: #636363. Windows color (decimal): -5750180 or 6046376. OLE color: 6046376.

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

Color convert

RGB 168 66 92 -
CMYK 0 0.61 0.45 0.34
HSL 344.71º 0.44% 0.46% -
HSV(B) 344.71º 0.61% 0.66% -
XYZ 20.03 12.99 11.58 -
YUV 99.46 123.79 176.89 -
System Red Green Blue C M Y K H S L
Decimal 168 66 92 0 0.61 0.45 0.34 344.71 0.44 0.46
Hex A8 42 5C 0 3D 2D 22 159 2C 2E
Octal 250 102 134 0 75 55 42 531 54 56
Binary 10101000 1000010 1011100 0 111101 101101 100010 101011001 101100 101110

Color Harmonies of #A8425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8425C

Black with #A8425C

Text Example


Text Example

White with #A8425C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8425C; }

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

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

background-color css

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

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

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

border-color css

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

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

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