Html Css Color HEX #A84B5F Hippie Pink

📋 copy color: '#A84B5F'

red 168 ◦ green 75 ◦ blue 95

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

Shades of Hippie Pink #A84B5F

Tints of Hippie Pink #A84B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.11%

R = 49.7%
G = 22.19%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A84B5F (or 0xA84B5F) is known color: Hippie Pink. HEX triplet: A8, 4B and 5F. RGB value is (168,75,95). Sum of RGB (Red+Green+Blue) = 168+75+95=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A84B5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84B5F is #57B4A0. Grayscale: #696969. Windows color (decimal): -5747873 or 6245288. OLE color: 6245288.

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

Color convert

RGB 168 75 95 -
CMYK 0 0.55 0.43 0.34
HSL 347.1º 0.38% 0.48% -
HSV(B) 347.1º 0.55% 0.66% -
XYZ 20.73 14.18 12.47 -
YUV 105.09 122.31 172.87 -
System Red Green Blue C M Y K H S L
Decimal 168 75 95 0 0.55 0.43 0.34 347.1 0.38 0.48
Hex A8 4B 5F 0 37 2B 22 15B 26 30
Octal 250 113 137 0 67 53 42 533 46 60
Binary 10101000 1001011 1011111 0 110111 101011 100010 101011011 100110 110000

Color Harmonies of #A84B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84B5F

Black with #A84B5F

Text Example


Text Example

White with #A84B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84B5F; }

 p { color: rgb(168,75,95); }

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

background-color css

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

 a { background-color: rgb(168,75,95); }

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

border-color css

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

 span { border-color: rgb(168,75,95); }

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