Html Css Color HEX #A1475B Hippie Pink

📋 copy color: '#A1475B'

red 161 ◦ green 71 ◦ blue 91

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

Shades of Hippie Pink #A1475B

Tints of Hippie Pink #A1475B

RGB

 RED value IS 161 (63.28% from 255) = 49.85%

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

 BLUE value IS 91 (35.94% from 255) = 28.17%

R = 49.85%
G = 21.98%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A1475B (or 0xA1475B) is known color: Hippie Pink. HEX triplet: A1, 47 and 5B. RGB value is (161,71,91). Sum of RGB (Red+Green+Blue) = 161+71+91=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A1475B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1475B is #5EB8A4. Grayscale: #646464. Windows color (decimal): -6207653 or 5982113. OLE color: 5982113.

HSL color Cylindrical-coordinate representation of color #A1475B: hue angle of 346.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1475B is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 71 91 -
CMYK 0 0.56 0.43 0.37
HSL 346.67º 0.39% 0.45% -
HSV(B) 346.67º 0.56% 0.63% -
XYZ 18.84 12.84 11.38 -
YUV 100.19 122.82 171.37 -
System Red Green Blue C M Y K H S L
Decimal 161 71 91 0 0.56 0.43 0.37 346.67 0.39 0.45
Hex A1 47 5B 0 38 2B 25 15B 27 2D
Octal 241 107 133 0 70 53 45 533 47 55
Binary 10100001 1000111 1011011 0 111000 101011 100101 101011011 100111 101101

Color Harmonies of #A1475B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1475B

Black with #A1475B

Text Example


Text Example

White with #A1475B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1475B; }

 p { color: rgb(161,71,91); }

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

background-color css

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

 a { background-color: rgb(161,71,91); }

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

border-color css

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

 span { border-color: rgb(161,71,91); }

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