Html Css Color HEX #A76988 Strikemaster

📋 copy color: '#A76988'

red 167 ◦ green 105 ◦ blue 136

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

Shades of Strikemaster #A76988

Tints of Strikemaster #A76988

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.74%

 BLUE value IS 136 (53.52% from 255) = 33.33%

R = 40.93%
G = 25.74%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A76988 (or 0xA76988) is known color: Strikemaster. HEX triplet: A7, 69 and 88. RGB value is (167,105,136). Sum of RGB (Red+Green+Blue) = 167+105+136=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A76988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76988 is #589677. Grayscale: #7F7F7F. Windows color (decimal): -5805688 or 8939943. OLE color: 8939943.

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

Color convert

RGB 167 105 136 -
CMYK 0 0.37 0.19 0.35
HSL 330º 0.26% 0.53% -
HSV(B) 330º 0.37% 0.65% -
XYZ 25.43 20.1 25.83 -
YUV 127.07 133.04 156.48 -
System Red Green Blue C M Y K H S L
Decimal 167 105 136 0 0.37 0.19 0.35 330 0.26 0.53
Hex A7 69 88 0 25 13 23 14A 1A 35
Octal 247 151 210 0 45 23 43 512 32 65
Binary 10100111 1101001 10001000 0 100101 10011 100011 101001010 11010 110101

Color Harmonies of #A76988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76988

Black with #A76988

Text Example


Text Example

White with #A76988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76988; }

 p { color: rgb(167,105,136); }

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

background-color css

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

 a { background-color: rgb(167,105,136); }

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

border-color css

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

 span { border-color: rgb(167,105,136); }

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