Html Css Color HEX #A76488 Strikemaster

📋 copy color: '#A76488'

red 167 ◦ green 100 ◦ blue 136

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

Shades of Strikemaster #A76488

Tints of Strikemaster #A76488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.81%

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

R = 41.44%
G = 24.81%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A76488 (or 0xA76488) is known color: Strikemaster. HEX triplet: A7, 64 and 88. RGB value is (167,100,136). Sum of RGB (Red+Green+Blue) = 167+100+136=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 167 - color contains mainly: red. Hex color #A76488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76488 is #589B77. Grayscale: #7C7C7C. Windows color (decimal): -5806968 or 8938663. OLE color: 8938663.

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

Color convert

RGB 167 100 136 -
CMYK 0 0.40 0.19 0.35
HSL 327.76º 0.28% 0.52% -
HSV(B) 327.76º 0.4% 0.65% -
XYZ 24.94 19.11 25.67 -
YUV 124.14 134.7 158.57 -
System Red Green Blue C M Y K H S L
Decimal 167 100 136 0 0.40 0.19 0.35 327.76 0.28 0.52
Hex A7 64 88 0 28 13 23 148 1C 34
Octal 247 144 210 0 50 23 43 510 34 64
Binary 10100111 1100100 10001000 0 101000 10011 100011 101001000 11100 110100

Color Harmonies of #A76488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76488

Black with #A76488

Text Example


Text Example

White with #A76488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76488; }

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

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

background-color css

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

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

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

border-color css

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

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

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