Html Css Color HEX #A9425D Hippie Pink

📋 copy color: '#A9425D'

red 169 ◦ green 66 ◦ blue 93

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

Shades of Hippie Pink #A9425D

Tints of Hippie Pink #A9425D

RGB

 RED value IS 169 (66.41% from 255) = 51.52%

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

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

R = 51.52%
G = 20.12%
B = 28.35%

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

#A9425D (or 0xA9425D) is known color: Hippie Pink. HEX triplet: A9, 42 and 5D. RGB value is (169,66,93). Sum of RGB (Red+Green+Blue) = 169+66+93=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A9425D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9425D is #56BDA2. Grayscale: #636363. Windows color (decimal): -5684643 or 6111913. OLE color: 6111913.

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

Color convert

RGB 169 66 93 -
CMYK 0 0.61 0.45 0.34
HSL 344.27º 0.44% 0.46% -
HSV(B) 344.27º 0.61% 0.66% -
XYZ 20.29 13.12 11.82 -
YUV 99.88 124.12 177.3 -
System Red Green Blue C M Y K H S L
Decimal 169 66 93 0 0.61 0.45 0.34 344.27 0.44 0.46
Hex A9 42 5D 0 3D 2D 22 158 2C 2E
Octal 251 102 135 0 75 55 42 530 54 56
Binary 10101001 1000010 1011101 0 111101 101101 100010 101011000 101100 101110

Color Harmonies of #A9425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9425D

Black with #A9425D

Text Example


Text Example

White with #A9425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9425D; }

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

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

background-color css

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

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

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

border-color css

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

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

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