Html Css Color HEX #A65F60 Hippie Pink

📋 copy color: '#A65F60'

red 166 ◦ green 95 ◦ blue 96

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

Shades of Hippie Pink #A65F60

Tints of Hippie Pink #A65F60

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.61%

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

R = 46.5%
G = 26.61%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A65F60 (or 0xA65F60) is known color: Hippie Pink. HEX triplet: A6, 5F and 60. RGB value is (166,95,96). Sum of RGB (Red+Green+Blue) = 166+95+96=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65F60 is #59A09F. Grayscale: #747474. Windows color (decimal): -5873824 or 6315942. OLE color: 6315942.

HSL color Cylindrical-coordinate representation of color #A65F60: hue angle of 359.15º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A65F60 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 95 96 -
CMYK 0 0.43 0.42 0.35
HSL 359.15º 0.29% 0.51% -
HSV(B) 359.15º 0.43% 0.65% -
XYZ 21.93 17.14 13.22 -
YUV 116.34 116.52 163.42 -
System Red Green Blue C M Y K H S L
Decimal 166 95 96 0 0.43 0.42 0.35 359.15 0.29 0.51
Hex A6 5F 60 0 2B 2A 23 167 1D 33
Octal 246 137 140 0 53 52 43 547 35 63
Binary 10100110 1011111 1100000 0 101011 101010 100011 101100111 11101 110011

Color Harmonies of #A65F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65F60

Black with #A65F60

Text Example


Text Example

White with #A65F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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