Html Css Color HEX #A65365 Hippie Pink

📋 copy color: '#A65365'

red 166 ◦ green 83 ◦ blue 101

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

Shades of Hippie Pink #A65365

Tints of Hippie Pink #A65365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.86%

R = 47.43%
G = 23.71%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A65365 (or 0xA65365) is known color: Hippie Pink. HEX triplet: A6, 53 and 65. RGB value is (166,83,101). Sum of RGB (Red+Green+Blue) = 166+83+101=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A65365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65365 is #59AC9A. Grayscale: #6D6D6D. Windows color (decimal): -5876891 or 6640550. OLE color: 6640550.

HSL color Cylindrical-coordinate representation of color #A65365: hue angle of 346.99º 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 #A65365 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 83 101 -
CMYK 0 0.50 0.39 0.35
HSL 346.99º 0.33% 0.49% -
HSV(B) 346.99º 0.5% 0.65% -
XYZ 21.17 15.23 14.14 -
YUV 109.87 123 168.04 -
System Red Green Blue C M Y K H S L
Decimal 166 83 101 0 0.50 0.39 0.35 346.99 0.33 0.49
Hex A6 53 65 0 32 27 23 15B 21 31
Octal 246 123 145 0 62 47 43 533 41 61
Binary 10100110 1010011 1100101 0 110010 100111 100011 101011011 100001 110001

Color Harmonies of #A65365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65365

Black with #A65365

Text Example


Text Example

White with #A65365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65365; }

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

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

background-color css

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

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

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

border-color css

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

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

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