Html Css Color HEX #A8425D Hippie Pink

📋 copy color: '#A8425D'

red 168 ◦ green 66 ◦ blue 93

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

Shades of Hippie Pink #A8425D

Tints of Hippie Pink #A8425D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.44%

R = 51.38%
G = 20.18%
B = 28.44%

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

#A8425D (or 0xA8425D) is known color: Hippie Pink. HEX triplet: A8, 42 and 5D. RGB value is (168,66,93). Sum of RGB (Red+Green+Blue) = 168+66+93=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A8425D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8425D is #57BDA2. Grayscale: #636363. Windows color (decimal): -5750179 or 6111912. OLE color: 6111912.

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

Color convert

RGB 168 66 93 -
CMYK 0 0.61 0.45 0.34
HSL 344.12º 0.44% 0.46% -
HSV(B) 344.12º 0.61% 0.66% -
XYZ 20.07 13.01 11.81 -
YUV 99.58 124.29 176.8 -
System Red Green Blue C M Y K H S L
Decimal 168 66 93 0 0.61 0.45 0.34 344.12 0.44 0.46
Hex A8 42 5D 0 3D 2D 22 158 2C 2E
Octal 250 102 135 0 75 55 42 530 54 56
Binary 10101000 1000010 1011101 0 111101 101101 100010 101011000 101100 101110

Color Harmonies of #A8425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8425D

Black with #A8425D

Text Example


Text Example

White with #A8425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8425D; }

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

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

background-color css

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

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

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

border-color css

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

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

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