Html Css Color HEX #A7515A Hippie Pink

📋 copy color: '#A7515A'

red 167 ◦ green 81 ◦ blue 90

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

Shades of Hippie Pink #A7515A

Tints of Hippie Pink #A7515A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.96%

 BLUE value IS 90 (35.55% from 255) = 26.63%

R = 49.41%
G = 23.96%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A7515A (or 0xA7515A) is known color: Hippie Pink. HEX triplet: A7, 51 and 5A. RGB value is (167,81,90). Sum of RGB (Red+Green+Blue) = 167+81+90=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 167 - color contains mainly: red. Hex color #A7515A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7515A is #58AEA5. Grayscale: #6B6B6B. Windows color (decimal): -5811878 or 5919143. OLE color: 5919143.

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

Color convert

RGB 167 81 90 -
CMYK 0 0.51 0.46 0.35
HSL 353.72º 0.35% 0.49% -
HSV(B) 353.72º 0.51% 0.65% -
XYZ 20.72 14.84 11.44 -
YUV 107.74 117.99 170.27 -
System Red Green Blue C M Y K H S L
Decimal 167 81 90 0 0.51 0.46 0.35 353.72 0.35 0.49
Hex A7 51 5A 0 33 2E 23 162 23 31
Octal 247 121 132 0 63 56 43 542 43 61
Binary 10100111 1010001 1011010 0 110011 101110 100011 101100010 100011 110001

Color Harmonies of #A7515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7515A

Black with #A7515A

Text Example


Text Example

White with #A7515A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7515A; }

 p { color: rgb(167,81,90); }

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

background-color css

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

 a { background-color: rgb(167,81,90); }

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

border-color css

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

 span { border-color: rgb(167,81,90); }

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