Html Css Color HEX #A65062 Hippie Pink

📋 copy color: '#A65062'

red 166 ◦ green 80 ◦ blue 98

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

Shades of Hippie Pink #A65062

Tints of Hippie Pink #A65062

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.26%

 BLUE value IS 98 (38.67% from 255) = 28.49%

R = 48.26%
G = 23.26%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A65062 (or 0xA65062) is known color: Hippie Pink. HEX triplet: A6, 50 and 62. RGB value is (166,80,98). Sum of RGB (Red+Green+Blue) = 166+80+98=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A65062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65062 is #59AF9D. Grayscale: #6B6B6B. Windows color (decimal): -5877662 or 6443174. OLE color: 6443174.

HSL color Cylindrical-coordinate representation of color #A65062: hue angle of 347.44º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A65062 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 80 98 -
CMYK 0 0.52 0.41 0.35
HSL 347.44º 0.35% 0.48% -
HSV(B) 347.44º 0.52% 0.65% -
XYZ 20.8 14.73 13.3 -
YUV 107.77 122.49 169.54 -
System Red Green Blue C M Y K H S L
Decimal 166 80 98 0 0.52 0.41 0.35 347.44 0.35 0.48
Hex A6 50 62 0 34 29 23 15B 23 30
Octal 246 120 142 0 64 51 43 533 43 60
Binary 10100110 1010000 1100010 0 110100 101001 100011 101011011 100011 110000

Color Harmonies of #A65062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65062

Black with #A65062

Text Example


Text Example

White with #A65062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65062; }

 p { color: rgb(166,80,98); }

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

background-color css

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

 a { background-color: rgb(166,80,98); }

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

border-color css

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

 span { border-color: rgb(166,80,98); }

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