Html Css Color HEX #A6484C Hippie Pink

📋 copy color: '#A6484C'

red 166 ◦ green 72 ◦ blue 76

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

Shades of Hippie Pink #A6484C

Tints of Hippie Pink #A6484C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.93%

 BLUE value IS 76 (30.08% from 255) = 24.2%

R = 52.87%
G = 22.93%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A6484C (or 0xA6484C) is known color: Hippie Pink. HEX triplet: A6, 48 and 4C. RGB value is (166,72,76). Sum of RGB (Red+Green+Blue) = 166+72+76=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A6484C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6484C is #59B7B3. Grayscale: #646464. Windows color (decimal): -5879732 or 4999334. OLE color: 4999334.

HSL color Cylindrical-coordinate representation of color #A6484C: hue angle of 357.45º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6484C is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 72 76 -
CMYK 0 0.57 0.54 0.35
HSL 357.45º 0.39% 0.47% -
HSV(B) 357.45º 0.57% 0.65% -
XYZ 19.35 13.26 8.38 -
YUV 100.56 114.14 174.67 -
System Red Green Blue C M Y K H S L
Decimal 166 72 76 0 0.57 0.54 0.35 357.45 0.39 0.47
Hex A6 48 4C 0 39 36 23 165 27 2F
Octal 246 110 114 0 71 66 43 545 47 57
Binary 10100110 1001000 1001100 0 111001 110110 100011 101100101 100111 101111

Color Harmonies of #A6484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6484C

Black with #A6484C

Text Example


Text Example

White with #A6484C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6484C; }

 p { color: rgb(166,72,76); }

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

background-color css

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

 a { background-color: rgb(166,72,76); }

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

border-color css

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

 span { border-color: rgb(166,72,76); }

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