Html Css Color HEX #A76387 Strikemaster

📋 copy color: '#A76387'

red 167 ◦ green 99 ◦ blue 135

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

Shades of Strikemaster #A76387

Tints of Strikemaster #A76387

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.69%

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

R = 41.65%
G = 24.69%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A76387 (or 0xA76387) is known color: Strikemaster. HEX triplet: A7, 63 and 87. RGB value is (167,99,135). Sum of RGB (Red+Green+Blue) = 167+99+135=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 167 - color contains mainly: red. Hex color #A76387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76387 is #589C78. Grayscale: #7B7B7B. Windows color (decimal): -5807225 or 8872871. OLE color: 8872871.

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

Color convert

RGB 167 99 135 -
CMYK 0 0.41 0.19 0.35
HSL 328.24º 0.28% 0.52% -
HSV(B) 328.24º 0.41% 0.65% -
XYZ 24.77 18.89 25.26 -
YUV 123.44 134.53 159.07 -
System Red Green Blue C M Y K H S L
Decimal 167 99 135 0 0.41 0.19 0.35 328.24 0.28 0.52
Hex A7 63 87 0 29 13 23 148 1C 34
Octal 247 143 207 0 51 23 43 510 34 64
Binary 10100111 1100011 10000111 0 101001 10011 100011 101001000 11100 110100

Color Harmonies of #A76387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76387

Black with #A76387

Text Example


Text Example

White with #A76387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76387; }

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

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

background-color css

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

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

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

border-color css

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

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

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