Html Css Color HEX #A76887 Strikemaster

📋 copy color: '#A76887'

red 167 ◦ green 104 ◦ blue 135

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

Shades of Strikemaster #A76887

Tints of Strikemaster #A76887

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.62%

 BLUE value IS 135 (53.13% from 255) = 33.25%

R = 41.13%
G = 25.62%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A76887 (or 0xA76887) is known color: Strikemaster. HEX triplet: A7, 68 and 87. RGB value is (167,104,135). Sum of RGB (Red+Green+Blue) = 167+104+135=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A76887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76887 is #589778. Grayscale: #7E7E7E. Windows color (decimal): -5805945 or 8874151. OLE color: 8874151.

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

Color convert

RGB 167 104 135 -
CMYK 0 0.38 0.19 0.35
HSL 330.48º 0.26% 0.53% -
HSV(B) 330.48º 0.38% 0.65% -
XYZ 25.26 19.87 25.42 -
YUV 126.37 132.87 156.98 -
System Red Green Blue C M Y K H S L
Decimal 167 104 135 0 0.38 0.19 0.35 330.48 0.26 0.53
Hex A7 68 87 0 26 13 23 14A 1A 35
Octal 247 150 207 0 46 23 43 512 32 65
Binary 10100111 1101000 10000111 0 100110 10011 100011 101001010 11010 110101

Color Harmonies of #A76887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76887

Black with #A76887

Text Example


Text Example

White with #A76887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76887; }

 p { color: rgb(167,104,135); }

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

background-color css

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

 a { background-color: rgb(167,104,135); }

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

border-color css

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

 span { border-color: rgb(167,104,135); }

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