Html Css Color HEX #A45463 Hippie Pink

📋 copy color: '#A45463'

red 164 ◦ green 84 ◦ blue 99

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

Shades of Hippie Pink #A45463

Tints of Hippie Pink #A45463

RGB

 RED value IS 164 (64.45% from 255) = 47.26%

 GREEN value IS 84 (33.2% from 255) = 24.21%

 BLUE value IS 99 (39.06% from 255) = 28.53%

R = 47.26%
G = 24.21%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A45463 (or 0xA45463) is known color: Hippie Pink. HEX triplet: A4, 54 and 63. RGB value is (164,84,99). Sum of RGB (Red+Green+Blue) = 164+84+99=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A45463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45463 is #5BAB9C. Grayscale: #6D6D6D. Windows color (decimal): -6007709 or 6509732. OLE color: 6509732.

HSL color Cylindrical-coordinate representation of color #A45463: hue angle of 348.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A45463 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 84 99 -
CMYK 0 0.49 0.40 0.36
HSL 348.75º 0.32% 0.49% -
HSV(B) 348.75º 0.49% 0.64% -
XYZ 20.73 15.13 13.63 -
YUV 109.63 122 166.78 -
System Red Green Blue C M Y K H S L
Decimal 164 84 99 0 0.49 0.40 0.36 348.75 0.32 0.49
Hex A4 54 63 0 31 28 24 15D 20 31
Octal 244 124 143 0 61 50 44 535 40 61
Binary 10100100 1010100 1100011 0 110001 101000 100100 101011101 100000 110001

Color Harmonies of #A45463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45463

Black with #A45463

Text Example


Text Example

White with #A45463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45463; }

 p { color: rgb(164,84,99); }

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

background-color css

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

 a { background-color: rgb(164,84,99); }

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

border-color css

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

 span { border-color: rgb(164,84,99); }

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