Html Css Color HEX #A65259 Hippie Pink

📋 copy color: '#A65259'

red 166 ◦ green 82 ◦ blue 89

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

Shades of Hippie Pink #A65259

Tints of Hippie Pink #A65259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.41%

R = 49.26%
G = 24.33%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A65259 (or 0xA65259) is known color: Hippie Pink. HEX triplet: A6, 52 and 59. RGB value is (166,82,89). Sum of RGB (Red+Green+Blue) = 166+82+89=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A65259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65259 is #59ADA6. Grayscale: #6B6B6B. Windows color (decimal): -5877159 or 5853862. OLE color: 5853862.

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

Color convert

RGB 166 82 89 -
CMYK 0 0.51 0.46 0.35
HSL 355º 0.34% 0.49% -
HSV(B) 355º 0.51% 0.65% -
XYZ 20.55 14.86 11.24 -
YUV 107.91 117.33 169.43 -
System Red Green Blue C M Y K H S L
Decimal 166 82 89 0 0.51 0.46 0.35 355 0.34 0.49
Hex A6 52 59 0 33 2E 23 163 22 31
Octal 246 122 131 0 63 56 43 543 42 61
Binary 10100110 1010010 1011001 0 110011 101110 100011 101100011 100010 110001

Color Harmonies of #A65259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65259

Black with #A65259

Text Example


Text Example

White with #A65259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65259; }

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

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

background-color css

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

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

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

border-color css

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

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

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