Html Css Color HEX #A74752 Hippie Pink

📋 copy color: '#A74752'

red 167 ◦ green 71 ◦ blue 82

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

Shades of Hippie Pink #A74752

Tints of Hippie Pink #A74752

RGB

 RED value IS 167 (65.63% from 255) = 52.19%

 GREEN value IS 71 (28.13% from 255) = 22.19%

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

R = 52.19%
G = 22.19%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A74752 (or 0xA74752) is known color: Hippie Pink. HEX triplet: A7, 47 and 52. RGB value is (167,71,82). Sum of RGB (Red+Green+Blue) = 167+71+82=320 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.19% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 167 - color contains mainly: red. Hex color #A74752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74752 is #58B8AD. Grayscale: #656565. Windows color (decimal): -5814446 or 5392295. OLE color: 5392295.

HSL color Cylindrical-coordinate representation of color #A74752: hue angle of 353.12º degrees, saturation: 0.4, 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 #A74752 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 71 82 -
CMYK 0 0.57 0.51 0.35
HSL 353.13º 0.4% 0.47% -
HSV(B) 353.13º 0.57% 0.65% -
XYZ 19.71 13.33 9.52 -
YUV 100.96 117.3 175.11 -
System Red Green Blue C M Y K H S L
Decimal 167 71 82 0 0.57 0.51 0.35 353.13 0.4 0.47
Hex A7 47 52 0 39 33 23 161 28 2F
Octal 247 107 122 0 71 63 43 541 50 57
Binary 10100111 1000111 1010010 0 111001 110011 100011 101100001 101000 101111

Color Harmonies of #A74752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74752

Black with #A74752

Text Example


Text Example

White with #A74752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74752; }

 p { color: rgb(167,71,82); }

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

background-color css

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

 a { background-color: rgb(167,71,82); }

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

border-color css

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

 span { border-color: rgb(167,71,82); }

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