Html Css Color HEX #A74F54 Hippie Pink

📋 copy color: '#A74F54'

red 167 ◦ green 79 ◦ blue 84

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

Shades of Hippie Pink #A74F54

Tints of Hippie Pink #A74F54

RGB

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

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

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

R = 50.61%
G = 23.94%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A74F54 (or 0xA74F54) is known color: Hippie Pink. HEX triplet: A7, 4F and 54. RGB value is (167,79,84). Sum of RGB (Red+Green+Blue) = 167+79+84=330 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.61% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 167 - color contains mainly: red. Hex color #A74F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A74F54 is #58B0AB. Grayscale: #696969. Windows color (decimal): -5812396 or 5525415. OLE color: 5525415.

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

Color convert

RGB 167 79 84 -
CMYK 0 0.53 0.50 0.35
HSL 356.59º 0.36% 0.48% -
HSV(B) 356.59º 0.53% 0.65% -
XYZ 20.33 14.45 10.1 -
YUV 105.88 115.65 171.59 -
System Red Green Blue C M Y K H S L
Decimal 167 79 84 0 0.53 0.50 0.35 356.59 0.36 0.48
Hex A7 4F 54 0 35 32 23 165 24 30
Octal 247 117 124 0 65 62 43 545 44 60
Binary 10100111 1001111 1010100 0 110101 110010 100011 101100101 100100 110000

Color Harmonies of #A74F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74F54

Black with #A74F54

Text Example


Text Example

White with #A74F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74F54; }

 p { color: rgb(167,79,84); }

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

background-color css

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

 a { background-color: rgb(167,79,84); }

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

border-color css

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

 span { border-color: rgb(167,79,84); }

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