Html Css Color HEX #A84F52 Hippie Pink

📋 copy color: '#A84F52'

red 168 ◦ green 79 ◦ blue 82

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

Shades of Hippie Pink #A84F52

Tints of Hippie Pink #A84F52

RGB

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

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

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

R = 51.06%
G = 24.01%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A84F52 (or 0xA84F52) is known color: Hippie Pink. HEX triplet: A8, 4F and 52. RGB value is (168,79,82). Sum of RGB (Red+Green+Blue) = 168+79+82=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A84F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A84F52 is #57B0AD. Grayscale: #6A6A6A. Windows color (decimal): -5746862 or 5394344. OLE color: 5394344.

HSL color Cylindrical-coordinate representation of color #A84F52: hue angle of 357.98º 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 #A84F52 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 79 82 -
CMYK 0 0.53 0.51 0.34
HSL 357.98º 0.36% 0.48% -
HSV(B) 357.98º 0.53% 0.66% -
XYZ 20.47 14.53 9.71 -
YUV 105.95 114.49 172.26 -
System Red Green Blue C M Y K H S L
Decimal 168 79 82 0 0.53 0.51 0.34 357.98 0.36 0.48
Hex A8 4F 52 0 35 33 22 166 24 30
Octal 250 117 122 0 65 63 42 546 44 60
Binary 10101000 1001111 1010010 0 110101 110011 100010 101100110 100100 110000

Color Harmonies of #A84F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84F52

Black with #A84F52

Text Example


Text Example

White with #A84F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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