Html Css Color HEX #A65265 Hippie Pink

📋 copy color: '#A65265'

red 166 ◦ green 82 ◦ blue 101

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

Shades of Hippie Pink #A65265

Tints of Hippie Pink #A65265

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.5%

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

R = 47.56%
G = 23.5%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A65265 (or 0xA65265) is known color: Hippie Pink. HEX triplet: A6, 52 and 65. RGB value is (166,82,101). Sum of RGB (Red+Green+Blue) = 166+82+101=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 166 - color contains mainly: red. Hex color #A65265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65265 is #59AD9A. Grayscale: #6D6D6D. Windows color (decimal): -5877147 or 6640294. OLE color: 6640294.

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

Color convert

RGB 166 82 101 -
CMYK 0 0.51 0.39 0.35
HSL 346.43º 0.34% 0.49% -
HSV(B) 346.43º 0.51% 0.65% -
XYZ 21.09 15.08 14.11 -
YUV 109.28 123.33 168.46 -
System Red Green Blue C M Y K H S L
Decimal 166 82 101 0 0.51 0.39 0.35 346.43 0.34 0.49
Hex A6 52 65 0 33 27 23 15A 22 31
Octal 246 122 145 0 63 47 43 532 42 61
Binary 10100110 1010010 1100101 0 110011 100111 100011 101011010 100010 110001

Color Harmonies of #A65265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65265

Black with #A65265

Text Example


Text Example

White with #A65265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65265; }

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

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

background-color css

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

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

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

border-color css

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

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

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