Html Css Color HEX #A64652 Hippie Pink

📋 copy color: '#A64652'

red 166 ◦ green 70 ◦ blue 82

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

Shades of Hippie Pink #A64652

Tints of Hippie Pink #A64652

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.01%

 BLUE value IS 82 (32.42% from 255) = 25.79%

R = 52.2%
G = 22.01%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A64652 (or 0xA64652) is known color: Hippie Pink. HEX triplet: A6, 46 and 52. RGB value is (166,70,82). Sum of RGB (Red+Green+Blue) = 166+70+82=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A64652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64652 is #59B9AD. Grayscale: #646464. Windows color (decimal): -5880238 or 5392038. OLE color: 5392038.

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

Color convert

RGB 166 70 82 -
CMYK 0 0.58 0.51 0.35
HSL 352.5º 0.41% 0.46% -
HSV(B) 352.5º 0.58% 0.65% -
XYZ 19.44 13.1 9.49 -
YUV 100.07 117.8 175.02 -
System Red Green Blue C M Y K H S L
Decimal 166 70 82 0 0.58 0.51 0.35 352.5 0.41 0.46
Hex A6 46 52 0 3A 33 23 160 29 2E
Octal 246 106 122 0 72 63 43 540 51 56
Binary 10100110 1000110 1010010 0 111010 110011 100011 101100000 101001 101110

Color Harmonies of #A64652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64652

Black with #A64652

Text Example


Text Example

White with #A64652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64652; }

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

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

background-color css

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

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

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

border-color css

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

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

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