Html Css Color HEX #A2485A Hippie Pink

📋 copy color: '#A2485A'

red 162 ◦ green 72 ◦ blue 90

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

Shades of Hippie Pink #A2485A

Tints of Hippie Pink #A2485A

RGB

 RED value IS 162 (63.67% from 255) = 50%

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

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

R = 50%
G = 22.22%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A2485A (or 0xA2485A) is known color: Hippie Pink. HEX triplet: A2, 48 and 5A. RGB value is (162,72,90). Sum of RGB (Red+Green+Blue) = 162+72+90=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A2485A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2485A is #5DB7A5. Grayscale: #646464. Windows color (decimal): -6141862 or 5916834. OLE color: 5916834.

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

Color convert

RGB 162 72 90 -
CMYK 0 0.56 0.44 0.36
HSL 348º 0.38% 0.46% -
HSV(B) 348º 0.56% 0.64% -
XYZ 19.06 13.05 11.19 -
YUV 100.96 121.82 171.54 -
System Red Green Blue C M Y K H S L
Decimal 162 72 90 0 0.56 0.44 0.36 348 0.38 0.46
Hex A2 48 5A 0 38 2C 24 15C 26 2E
Octal 242 110 132 0 70 54 44 534 46 56
Binary 10100010 1001000 1011010 0 111000 101100 100100 101011100 100110 101110

Color Harmonies of #A2485A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2485A

Black with #A2485A

Text Example


Text Example

White with #A2485A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2485A; }

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

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

background-color css

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

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

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

border-color css

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

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

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