Html Css Color HEX #A76088 Strikemaster

📋 copy color: '#A76088'

red 167 ◦ green 96 ◦ blue 136

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

Shades of Strikemaster #A76088

Tints of Strikemaster #A76088

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.06%

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

R = 41.85%
G = 24.06%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A76088 (or 0xA76088) is known color: Strikemaster. HEX triplet: A7, 60 and 88. RGB value is (167,96,136). Sum of RGB (Red+Green+Blue) = 167+96+136=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 167 - color contains mainly: red. Hex color #A76088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76088 is #589F77. Grayscale: #797979. Windows color (decimal): -5807992 or 8937639. OLE color: 8937639.

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

Color convert

RGB 167 96 136 -
CMYK 0 0.43 0.19 0.35
HSL 326.2º 0.29% 0.52% -
HSV(B) 326.2º 0.43% 0.65% -
XYZ 24.56 18.36 25.54 -
YUV 121.79 136.02 160.25 -
System Red Green Blue C M Y K H S L
Decimal 167 96 136 0 0.43 0.19 0.35 326.2 0.29 0.52
Hex A7 60 88 0 2B 13 23 146 1D 34
Octal 247 140 210 0 53 23 43 506 35 64
Binary 10100111 1100000 10001000 0 101011 10011 100011 101000110 11101 110100

Color Harmonies of #A76088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76088

Black with #A76088

Text Example


Text Example

White with #A76088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76088; }

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

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

background-color css

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

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

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

border-color css

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

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

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