Html Css Color HEX #A84F65 Hippie Pink

📋 copy color: '#A84F65'

red 168 ◦ green 79 ◦ blue 101

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

Shades of Hippie Pink #A84F65

Tints of Hippie Pink #A84F65

RGB

 RED value IS 168 (66.02% from 255) = 48.28%

 GREEN value IS 79 (31.25% from 255) = 22.7%

 BLUE value IS 101 (39.84% from 255) = 29.02%

R = 48.28%
G = 22.7%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A84F65 (or 0xA84F65) is known color: Hippie Pink. HEX triplet: A8, 4F and 65. RGB value is (168,79,101). Sum of RGB (Red+Green+Blue) = 168+79+101=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A84F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A84F65 is #57B09A. Grayscale: #6C6C6C. Windows color (decimal): -5746843 or 6639528. OLE color: 6639528.

HSL color Cylindrical-coordinate representation of color #A84F65: hue angle of 345.17º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A84F65 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 79 101 -
CMYK 0 0.53 0.40 0.34
HSL 345.17º 0.36% 0.48% -
HSV(B) 345.17º 0.53% 0.66% -
XYZ 21.29 14.86 14.06 -
YUV 108.12 123.99 170.71 -
System Red Green Blue C M Y K H S L
Decimal 168 79 101 0 0.53 0.40 0.34 345.17 0.36 0.48
Hex A8 4F 65 0 35 28 22 159 24 30
Octal 250 117 145 0 65 50 42 531 44 60
Binary 10101000 1001111 1100101 0 110101 101000 100010 101011001 100100 110000

Color Harmonies of #A84F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84F65

Black with #A84F65

Text Example


Text Example

White with #A84F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84F65; }

 p { color: rgb(168,79,101); }

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

background-color css

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

 a { background-color: rgb(168,79,101); }

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

border-color css

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

 span { border-color: rgb(168,79,101); }

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