Html Css Color HEX #A7505D Hippie Pink

📋 copy color: '#A7505D'

red 167 ◦ green 80 ◦ blue 93

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

Shades of Hippie Pink #A7505D

Tints of Hippie Pink #A7505D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.35%

R = 49.12%
G = 23.53%
B = 27.35%

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

#A7505D (or 0xA7505D) is known color: Hippie Pink. HEX triplet: A7, 50 and 5D. RGB value is (167,80,93). Sum of RGB (Red+Green+Blue) = 167+80+93=340 (45% of max value = 765). Red value is 167 (65.62% from 255 or 49.12% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 167 - color contains mainly: red. Hex color #A7505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7505D is #58AFA2. Grayscale: #6B6B6B. Windows color (decimal): -5812131 or 6115495. OLE color: 6115495.

HSL color Cylindrical-coordinate representation of color #A7505D: hue angle of 351.03º 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 #A7505D is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 80 93 -
CMYK 0 0.52 0.44 0.35
HSL 351.03º 0.35% 0.48% -
HSV(B) 351.03º 0.52% 0.65% -
XYZ 20.78 14.74 12.11 -
YUV 107.5 119.82 170.44 -
System Red Green Blue C M Y K H S L
Decimal 167 80 93 0 0.52 0.44 0.35 351.03 0.35 0.48
Hex A7 50 5D 0 34 2C 23 15F 23 30
Octal 247 120 135 0 64 54 43 537 43 60
Binary 10100111 1010000 1011101 0 110100 101100 100011 101011111 100011 110000

Color Harmonies of #A7505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7505D

Black with #A7505D

Text Example


Text Example

White with #A7505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7505D; }

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

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

background-color css

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

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

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

border-color css

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

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

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