Html Css Color HEX #A4485A Hippie Pink

📋 copy color: '#A4485A'

red 164 ◦ green 72 ◦ blue 90

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

Shades of Hippie Pink #A4485A

Tints of Hippie Pink #A4485A

RGB

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

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

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

R = 50.31%
G = 22.09%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A4485A (or 0xA4485A) is known color: Hippie Pink. HEX triplet: A4, 48 and 5A. RGB value is (164,72,90). Sum of RGB (Red+Green+Blue) = 164+72+90=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A4485A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4485A is #5BB7A5. Grayscale: #656565. Windows color (decimal): -6010790 or 5916836. OLE color: 5916836.

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

Color convert

RGB 164 72 90 -
CMYK 0 0.56 0.45 0.36
HSL 348.26º 0.39% 0.46% -
HSV(B) 348.26º 0.56% 0.64% -
XYZ 19.47 13.27 11.21 -
YUV 101.56 121.48 172.54 -
System Red Green Blue C M Y K H S L
Decimal 164 72 90 0 0.56 0.45 0.36 348.26 0.39 0.46
Hex A4 48 5A 0 38 2D 24 15C 27 2E
Octal 244 110 132 0 70 55 44 534 47 56
Binary 10100100 1001000 1011010 0 111000 101101 100100 101011100 100111 101110

Color Harmonies of #A4485A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4485A

Black with #A4485A

Text Example


Text Example

White with #A4485A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4485A; }

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

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

background-color css

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

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

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

border-color css

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

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

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