Html Css Color HEX #A64B54 Hippie Pink

📋 copy color: '#A64B54'

red 166 ◦ green 75 ◦ blue 84

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

Shades of Hippie Pink #A64B54

Tints of Hippie Pink #A64B54

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.08%

 BLUE value IS 84 (33.2% from 255) = 25.85%

R = 51.08%
G = 23.08%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A64B54 (or 0xA64B54) is known color: Hippie Pink. HEX triplet: A6, 4B and 54. RGB value is (166,75,84). Sum of RGB (Red+Green+Blue) = 166+75+84=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64B54 is #59B4AB. Grayscale: #676767. Windows color (decimal): -5878956 or 5524390. OLE color: 5524390.

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

Color convert

RGB 166 75 84 -
CMYK 0 0.55 0.49 0.35
HSL 354.07º 0.38% 0.47% -
HSV(B) 354.07º 0.55% 0.65% -
XYZ 19.84 13.78 10 -
YUV 103.24 117.15 172.77 -
System Red Green Blue C M Y K H S L
Decimal 166 75 84 0 0.55 0.49 0.35 354.07 0.38 0.47
Hex A6 4B 54 0 37 31 23 162 26 2F
Octal 246 113 124 0 67 61 43 542 46 57
Binary 10100110 1001011 1010100 0 110111 110001 100011 101100010 100110 101111

Color Harmonies of #A64B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64B54

Black with #A64B54

Text Example


Text Example

White with #A64B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64B54; }

 p { color: rgb(166,75,84); }

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

background-color css

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

 a { background-color: rgb(166,75,84); }

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

border-color css

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

 span { border-color: rgb(166,75,84); }

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