Html Css Color HEX #A1465A Hippie Pink

📋 copy color: '#A1465A'

red 161 ◦ green 70 ◦ blue 90

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

Shades of Hippie Pink #A1465A

Tints of Hippie Pink #A1465A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.81%

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

R = 50.16%
G = 21.81%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A1465A (or 0xA1465A) is known color: Hippie Pink. HEX triplet: A1, 46 and 5A. RGB value is (161,70,90). Sum of RGB (Red+Green+Blue) = 161+70+90=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A1465A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1465A is #5EB9A5. Grayscale: #636363. Windows color (decimal): -6207910 or 5916321. OLE color: 5916321.

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

Color convert

RGB 161 70 90 -
CMYK 0 0.57 0.44 0.37
HSL 346.81º 0.39% 0.45% -
HSV(B) 346.81º 0.57% 0.63% -
XYZ 18.73 12.7 11.14 -
YUV 99.49 122.65 171.87 -
System Red Green Blue C M Y K H S L
Decimal 161 70 90 0 0.57 0.44 0.37 346.81 0.39 0.45
Hex A1 46 5A 0 39 2C 25 15B 27 2D
Octal 241 106 132 0 71 54 45 533 47 55
Binary 10100001 1000110 1011010 0 111001 101100 100101 101011011 100111 101101

Color Harmonies of #A1465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1465A

Black with #A1465A

Text Example


Text Example

White with #A1465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1465A; }

 p { color: rgb(161,70,90); }

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

background-color css

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

 a { background-color: rgb(161,70,90); }

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

border-color css

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

 span { border-color: rgb(161,70,90); }

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