Html Css Color HEX #A74B64 Hippie Pink

📋 copy color: '#A74B64'

red 167 ◦ green 75 ◦ blue 100

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

Shades of Hippie Pink #A74B64

Tints of Hippie Pink #A74B64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.24%

R = 48.83%
G = 21.93%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A74B64 (or 0xA74B64) is known color: Hippie Pink. HEX triplet: A7, 4B and 64. RGB value is (167,75,100). Sum of RGB (Red+Green+Blue) = 167+75+100=342 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.83% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 167 - color contains mainly: red. Hex color #A74B64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74B64 is #58B49B. Grayscale: #696969. Windows color (decimal): -5813404 or 6572967. OLE color: 6572967.

HSL color Cylindrical-coordinate representation of color #A74B64: hue angle of 343.7º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A74B64 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 75 100 -
CMYK 0 0.55 0.40 0.35
HSL 343.7º 0.38% 0.47% -
HSV(B) 343.7º 0.55% 0.65% -
XYZ 20.75 14.17 13.7 -
YUV 105.36 124.98 171.97 -
System Red Green Blue C M Y K H S L
Decimal 167 75 100 0 0.55 0.40 0.35 343.7 0.38 0.47
Hex A7 4B 64 0 37 28 23 158 26 2F
Octal 247 113 144 0 67 50 43 530 46 57
Binary 10100111 1001011 1100100 0 110111 101000 100011 101011000 100110 101111

Color Harmonies of #A74B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74B64

Black with #A74B64

Text Example


Text Example

White with #A74B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74B64; }

 p { color: rgb(167,75,100); }

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

background-color css

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

 a { background-color: rgb(167,75,100); }

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

border-color css

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

 span { border-color: rgb(167,75,100); }

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