Html Css Color HEX #A4485F Hippie Pink

📋 copy color: '#A4485F'

red 164 ◦ green 72 ◦ blue 95

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

Shades of Hippie Pink #A4485F

Tints of Hippie Pink #A4485F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.75%

 BLUE value IS 95 (37.5% from 255) = 28.7%

R = 49.55%
G = 21.75%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A4485F (or 0xA4485F) is known color: Hippie Pink. HEX triplet: A4, 48 and 5F. RGB value is (164,72,95). Sum of RGB (Red+Green+Blue) = 164+72+95=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A4485F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4485F is #5BB7A0. Grayscale: #666666. Windows color (decimal): -6010785 or 6244516. OLE color: 6244516.

HSL color Cylindrical-coordinate representation of color #A4485F: hue angle of 345º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A4485F is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 72 95 -
CMYK 0 0.56 0.42 0.36
HSL 345º 0.39% 0.46% -
HSV(B) 345º 0.56% 0.64% -
XYZ 19.69 13.35 12.37 -
YUV 102.13 123.98 172.13 -
System Red Green Blue C M Y K H S L
Decimal 164 72 95 0 0.56 0.42 0.36 345 0.39 0.46
Hex A4 48 5F 0 38 2A 24 159 27 2E
Octal 244 110 137 0 70 52 44 531 47 56
Binary 10100100 1001000 1011111 0 111000 101010 100100 101011001 100111 101110

Color Harmonies of #A4485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4485F

Black with #A4485F

Text Example


Text Example

White with #A4485F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4485F; }

 p { color: rgb(164,72,95); }

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

background-color css

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

 a { background-color: rgb(164,72,95); }

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

border-color css

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

 span { border-color: rgb(164,72,95); }

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