Html Css Color HEX #A2475D Hippie Pink

📋 copy color: '#A2475D'

red 162 ◦ green 71 ◦ blue 93

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

Shades of Hippie Pink #A2475D

Tints of Hippie Pink #A2475D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.53%

R = 49.69%
G = 21.78%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A2475D (or 0xA2475D) is known color: Hippie Pink. HEX triplet: A2, 47 and 5D. RGB value is (162,71,93). Sum of RGB (Red+Green+Blue) = 162+71+93=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A2475D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2475D is #5DB8A2. Grayscale: #646464. Windows color (decimal): -6142115 or 6113186. OLE color: 6113186.

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

Color convert

RGB 162 71 93 -
CMYK 0 0.56 0.43 0.36
HSL 345.49º 0.39% 0.46% -
HSV(B) 345.49º 0.56% 0.64% -
XYZ 19.13 12.98 11.85 -
YUV 100.72 123.65 171.71 -
System Red Green Blue C M Y K H S L
Decimal 162 71 93 0 0.56 0.43 0.36 345.49 0.39 0.46
Hex A2 47 5D 0 38 2B 24 159 27 2E
Octal 242 107 135 0 70 53 44 531 47 56
Binary 10100010 1000111 1011101 0 111000 101011 100100 101011001 100111 101110

Color Harmonies of #A2475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2475D

Black with #A2475D

Text Example


Text Example

White with #A2475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2475D; }

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

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

background-color css

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

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

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

border-color css

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

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

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