Html Css Color HEX #A4515A Hippie Pink

📋 copy color: '#A4515A'

red 164 ◦ green 81 ◦ blue 90

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

Shades of Hippie Pink #A4515A

Tints of Hippie Pink #A4515A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.18%

 BLUE value IS 90 (35.55% from 255) = 26.87%

R = 48.96%
G = 24.18%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A4515A (or 0xA4515A) is known color: Hippie Pink. HEX triplet: A4, 51 and 5A. RGB value is (164,81,90). Sum of RGB (Red+Green+Blue) = 164+81+90=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A4515A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4515A is #5BAEA5. Grayscale: #6A6A6A. Windows color (decimal): -6008486 or 5919140. OLE color: 5919140.

HSL color Cylindrical-coordinate representation of color #A4515A: hue angle of 353.49º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4515A is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 81 90 -
CMYK 0 0.51 0.45 0.36
HSL 353.49º 0.34% 0.48% -
HSV(B) 353.49º 0.51% 0.64% -
XYZ 20.1 14.52 11.42 -
YUV 106.84 118.5 168.77 -
System Red Green Blue C M Y K H S L
Decimal 164 81 90 0 0.51 0.45 0.36 353.49 0.34 0.48
Hex A4 51 5A 0 33 2D 24 161 22 30
Octal 244 121 132 0 63 55 44 541 42 60
Binary 10100100 1010001 1011010 0 110011 101101 100100 101100001 100010 110000

Color Harmonies of #A4515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4515A

Black with #A4515A

Text Example


Text Example

White with #A4515A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4515A; }

 p { color: rgb(164,81,90); }

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

background-color css

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

 a { background-color: rgb(164,81,90); }

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

border-color css

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

 span { border-color: rgb(164,81,90); }

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