Html Css Color HEX #A7688D Strikemaster

📋 copy color: '#A7688D'

red 167 ◦ green 104 ◦ blue 141

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

Shades of Strikemaster #A7688D

Tints of Strikemaster #A7688D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.24%

 BLUE value IS 141 (55.47% from 255) = 34.22%

R = 40.53%
G = 25.24%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A7688D (or 0xA7688D) is known color: Strikemaster. HEX triplet: A7, 68 and 8D. RGB value is (167,104,141). Sum of RGB (Red+Green+Blue) = 167+104+141=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 167 - color contains mainly: red. Hex color #A7688D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7688D is #589772. Grayscale: #7E7E7E. Windows color (decimal): -5805939 or 9267367. OLE color: 9267367.

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

Color convert

RGB 167 104 141 -
CMYK 0 0.38 0.16 0.35
HSL 324.76º 0.26% 0.53% -
HSV(B) 324.76º 0.38% 0.65% -
XYZ 25.69 20.04 27.71 -
YUV 127.06 135.87 156.49 -
System Red Green Blue C M Y K H S L
Decimal 167 104 141 0 0.38 0.16 0.35 324.76 0.26 0.53
Hex A7 68 8D 0 26 10 23 145 1A 35
Octal 247 150 215 0 46 20 43 505 32 65
Binary 10100111 1101000 10001101 0 100110 10000 100011 101000101 11010 110101

Color Harmonies of #A7688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7688D

Black with #A7688D

Text Example


Text Example

White with #A7688D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7688D; }

 p { color: rgb(167,104,141); }

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

background-color css

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

 a { background-color: rgb(167,104,141); }

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

border-color css

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

 span { border-color: rgb(167,104,141); }

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