Html Css Color HEX #A2475A Hippie Pink

📋 copy color: '#A2475A'

red 162 ◦ green 71 ◦ blue 90

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

Shades of Hippie Pink #A2475A

Tints of Hippie Pink #A2475A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.98%

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

R = 50.15%
G = 21.98%
B = 27.86%

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

#A2475A (or 0xA2475A) is known color: Hippie Pink. HEX triplet: A2, 47 and 5A. RGB value is (162,71,90). Sum of RGB (Red+Green+Blue) = 162+71+90=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A2475A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2475A is #5DB8A5. Grayscale: #646464. Windows color (decimal): -6142118 or 5916578. OLE color: 5916578.

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

Color convert

RGB 162 71 90 -
CMYK 0 0.56 0.44 0.36
HSL 347.47º 0.39% 0.46% -
HSV(B) 347.47º 0.56% 0.64% -
XYZ 19 12.93 11.17 -
YUV 100.38 122.15 171.96 -
System Red Green Blue C M Y K H S L
Decimal 162 71 90 0 0.56 0.44 0.36 347.47 0.39 0.46
Hex A2 47 5A 0 38 2C 24 15B 27 2E
Octal 242 107 132 0 70 54 44 533 47 56
Binary 10100010 1000111 1011010 0 111000 101100 100100 101011011 100111 101110

Color Harmonies of #A2475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2475A

Black with #A2475A

Text Example


Text Example

White with #A2475A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2475A; }

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

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

background-color css

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

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

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

border-color css

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

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

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