Html Css Color HEX #A65360 Hippie Pink

📋 copy color: '#A65360'

red 166 ◦ green 83 ◦ blue 96

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

Shades of Hippie Pink #A65360

Tints of Hippie Pink #A65360

RGB

 RED value IS 166 (65.23% from 255) = 48.12%

 GREEN value IS 83 (32.81% from 255) = 24.06%

 BLUE value IS 96 (37.89% from 255) = 27.83%

R = 48.12%
G = 24.06%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A65360 (or 0xA65360) is known color: Hippie Pink. HEX triplet: A6, 53 and 60. RGB value is (166,83,96). Sum of RGB (Red+Green+Blue) = 166+83+96=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A65360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65360 is #59AC9F. Grayscale: #6D6D6D. Windows color (decimal): -5876896 or 6312870. OLE color: 6312870.

HSL color Cylindrical-coordinate representation of color #A65360: hue angle of 350.6º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A65360 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 83 96 -
CMYK 0 0.50 0.42 0.35
HSL 350.6º 0.33% 0.49% -
HSV(B) 350.6º 0.5% 0.65% -
XYZ 20.93 15.14 12.89 -
YUV 109.3 120.5 168.44 -
System Red Green Blue C M Y K H S L
Decimal 166 83 96 0 0.50 0.42 0.35 350.6 0.33 0.49
Hex A6 53 60 0 32 2A 23 15F 21 31
Octal 246 123 140 0 62 52 43 537 41 61
Binary 10100110 1010011 1100000 0 110010 101010 100011 101011111 100001 110001

Color Harmonies of #A65360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65360

Black with #A65360

Text Example


Text Example

White with #A65360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65360; }

 p { color: rgb(166,83,96); }

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

background-color css

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

 a { background-color: rgb(166,83,96); }

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

border-color css

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

 span { border-color: rgb(166,83,96); }

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