Html Css Color HEX #A65C61 Hippie Pink

📋 copy color: '#A65C61'

red 166 ◦ green 92 ◦ blue 97

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

Shades of Hippie Pink #A65C61

Tints of Hippie Pink #A65C61

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.92%

 BLUE value IS 97 (38.28% from 255) = 27.32%

R = 46.76%
G = 25.92%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A65C61 (or 0xA65C61) is known color: Hippie Pink. HEX triplet: A6, 5C and 61. RGB value is (166,92,97). Sum of RGB (Red+Green+Blue) = 166+92+97=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65C61 is #59A39E. Grayscale: #727272. Windows color (decimal): -5874591 or 6380710. OLE color: 6380710.

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

Color convert

RGB 166 92 97 -
CMYK 0 0.45 0.42 0.35
HSL 355.95º 0.29% 0.51% -
HSV(B) 355.95º 0.45% 0.65% -
XYZ 21.71 16.62 13.37 -
YUV 114.7 118.02 164.59 -
System Red Green Blue C M Y K H S L
Decimal 166 92 97 0 0.45 0.42 0.35 355.95 0.29 0.51
Hex A6 5C 61 0 2D 2A 23 164 1D 33
Octal 246 134 141 0 55 52 43 544 35 63
Binary 10100110 1011100 1100001 0 101101 101010 100011 101100100 11101 110011

Color Harmonies of #A65C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65C61

Black with #A65C61

Text Example


Text Example

White with #A65C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65C61; }

 p { color: rgb(166,92,97); }

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

background-color css

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

 a { background-color: rgb(166,92,97); }

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

border-color css

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

 span { border-color: rgb(166,92,97); }

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