#A94A4B

Color #A94A4B Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #A94A4B

Tints of Hippie Pink #A94A4B

Color information

#A94A4B (or 0xA94A4B) is unknown color: approx Hippie Pink. HEX triplet: A9, 4A and 4B. RGB value is (169,74,75). Sum of RGB (Red+Green+Blue) = 169+74+75=318 (42% of max value = 765). Red value is 169 (66.41% from 255 or 53.14% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94A4B is #56B5B4. Grayscale: #666666. Windows color (decimal): -5682613 or 4934313. OLE color: 4934313.

HSL color Cylindrical-coordinate representation of color #A94A4B: hue angle of 359.37º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A94A4B is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB1697475-
CMYK00.560.560.34
HSL359.37º39.09%47.65%-
HSV(B)359.37º56.21%66.27%-
XYZ20.0813.848.27-
YUV102.52112.47175.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.14%
GREEN value IS 74 (29.30% from 255) = 23.27%
BLUE value IS 75 (29.69% from 255) = 23.58%
R=53.14%
G=23.27%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169747500.560.560.34359.3739.0947.65
HexA94A4B03838221672730
Octal25111211307070425474760
Binary10101001100101010010110111000111000100010101100111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94A4B; }

 p { color: rgb(169,74,75); }

 H1.HeaderClassName
 {
   color: #A94A4B;
 }
 .AnyTagClassName
 {
   color: #A94A4B;
 }
</style>
background-color css

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

 a { background-color: rgb(169,74,75); }

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

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

 span { border-color: rgb(169,74,75); }

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