Html Css Color HEX #A65962 Hippie Pink

📋 copy color: '#A65962'

red 166 ◦ green 89 ◦ blue 98

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

Shades of Hippie Pink #A65962

Tints of Hippie Pink #A65962

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.21%

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

R = 47.03%
G = 25.21%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A65962 (or 0xA65962) is known color: Hippie Pink. HEX triplet: A6, 59 and 62. RGB value is (166,89,98). Sum of RGB (Red+Green+Blue) = 166+89+98=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A65962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65962 is #59A69D. Grayscale: #717171. Windows color (decimal): -5875358 or 6445478. OLE color: 6445478.

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

Color convert

RGB 166 89 98 -
CMYK 0 0.46 0.41 0.35
HSL 352.99º 0.3% 0.5% -
HSV(B) 352.99º 0.46% 0.65% -
XYZ 21.5 16.13 13.54 -
YUV 113.05 119.51 165.77 -
System Red Green Blue C M Y K H S L
Decimal 166 89 98 0 0.46 0.41 0.35 352.99 0.3 0.5
Hex A6 59 62 0 2E 29 23 161 1E 32
Octal 246 131 142 0 56 51 43 541 36 62
Binary 10100110 1011001 1100010 0 101110 101001 100011 101100001 11110 110010

Color Harmonies of #A65962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65962

Black with #A65962

Text Example


Text Example

White with #A65962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65962; }

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

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

background-color css

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

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

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

border-color css

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

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

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