Html Css Color HEX #A7505E Hippie Pink

📋 copy color: '#A7505E'

red 167 ◦ green 80 ◦ blue 94

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

Shades of Hippie Pink #A7505E

Tints of Hippie Pink #A7505E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.46%

 BLUE value IS 94 (37.11% from 255) = 27.57%

R = 48.97%
G = 23.46%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A7505E (or 0xA7505E) is known color: Hippie Pink. HEX triplet: A7, 50 and 5E. RGB value is (167,80,94). Sum of RGB (Red+Green+Blue) = 167+80+94=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A7505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7505E is #58AFA1. Grayscale: #6B6B6B. Windows color (decimal): -5812130 or 6181031. OLE color: 6181031.

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

Color convert

RGB 167 80 94 -
CMYK 0 0.52 0.44 0.35
HSL 350.34º 0.35% 0.48% -
HSV(B) 350.34º 0.52% 0.65% -
XYZ 20.83 14.76 12.34 -
YUV 107.61 120.32 170.36 -
System Red Green Blue C M Y K H S L
Decimal 167 80 94 0 0.52 0.44 0.35 350.34 0.35 0.48
Hex A7 50 5E 0 34 2C 23 15E 23 30
Octal 247 120 136 0 64 54 43 536 43 60
Binary 10100111 1010000 1011110 0 110100 101100 100011 101011110 100011 110000

Color Harmonies of #A7505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7505E

Black with #A7505E

Text Example


Text Example

White with #A7505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7505E; }

 p { color: rgb(167,80,94); }

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

background-color css

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

 a { background-color: rgb(167,80,94); }

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

border-color css

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

 span { border-color: rgb(167,80,94); }

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