Html Css Color HEX #A76688 Strikemaster

📋 copy color: '#A76688'

red 167 ◦ green 102 ◦ blue 136

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

Shades of Strikemaster #A76688

Tints of Strikemaster #A76688

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.19%

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

R = 41.23%
G = 25.19%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A76688 (or 0xA76688) is known color: Strikemaster. HEX triplet: A7, 66 and 88. RGB value is (167,102,136). Sum of RGB (Red+Green+Blue) = 167+102+136=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 167 - color contains mainly: red. Hex color #A76688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76688 is #589977. Grayscale: #7D7D7D. Windows color (decimal): -5806456 or 8939175. OLE color: 8939175.

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

Color convert

RGB 167 102 136 -
CMYK 0 0.39 0.19 0.35
HSL 328.62º 0.27% 0.53% -
HSV(B) 328.62º 0.39% 0.65% -
XYZ 25.13 19.5 25.73 -
YUV 125.31 134.03 157.74 -
System Red Green Blue C M Y K H S L
Decimal 167 102 136 0 0.39 0.19 0.35 328.62 0.27 0.53
Hex A7 66 88 0 27 13 23 149 1B 35
Octal 247 146 210 0 47 23 43 511 33 65
Binary 10100111 1100110 10001000 0 100111 10011 100011 101001001 11011 110101

Color Harmonies of #A76688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76688

Black with #A76688

Text Example


Text Example

White with #A76688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76688; }

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

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

background-color css

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

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

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

border-color css

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

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

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