Html Css Color HEX #A65256 Hippie Pink

📋 copy color: '#A65256'

red 166 ◦ green 82 ◦ blue 86

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

Shades of Hippie Pink #A65256

Tints of Hippie Pink #A65256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.75%

R = 49.7%
G = 24.55%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A65256 (or 0xA65256) is known color: Hippie Pink. HEX triplet: A6, 52 and 56. RGB value is (166,82,86). Sum of RGB (Red+Green+Blue) = 166+82+86=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A65256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65256 is #59ADA9. Grayscale: #6B6B6B. Windows color (decimal): -5877162 or 5657254. OLE color: 5657254.

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

Color convert

RGB 166 82 86 -
CMYK 0 0.51 0.48 0.35
HSL 357.14º 0.34% 0.49% -
HSV(B) 357.14º 0.51% 0.65% -
XYZ 20.42 14.81 10.59 -
YUV 107.57 115.83 169.67 -
System Red Green Blue C M Y K H S L
Decimal 166 82 86 0 0.51 0.48 0.35 357.14 0.34 0.49
Hex A6 52 56 0 33 30 23 165 22 31
Octal 246 122 126 0 63 60 43 545 42 61
Binary 10100110 1010010 1010110 0 110011 110000 100011 101100101 100010 110001

Color Harmonies of #A65256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65256

Black with #A65256

Text Example


Text Example

White with #A65256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65256; }

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

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

background-color css

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

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

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

border-color css

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

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

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