Html Css Color HEX #A7658A Strikemaster

📋 copy color: '#A7658A'

red 167 ◦ green 101 ◦ blue 138

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

Shades of Strikemaster #A7658A

Tints of Strikemaster #A7658A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.88%

 BLUE value IS 138 (54.3% from 255) = 33.99%

R = 41.13%
G = 24.88%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7658A (or 0xA7658A) is known color: Strikemaster. HEX triplet: A7, 65 and 8A. RGB value is (167,101,138). Sum of RGB (Red+Green+Blue) = 167+101+138=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A7658A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7658A is #589A75. Grayscale: #7C7C7C. Windows color (decimal): -5806710 or 9069991. OLE color: 9069991.

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

Color convert

RGB 167 101 138 -
CMYK 0 0.40 0.17 0.35
HSL 326.36º 0.27% 0.53% -
HSV(B) 326.36º 0.4% 0.65% -
XYZ 25.18 19.36 26.45 -
YUV 124.95 135.37 157.99 -
System Red Green Blue C M Y K H S L
Decimal 167 101 138 0 0.40 0.17 0.35 326.36 0.27 0.53
Hex A7 65 8A 0 28 11 23 146 1B 35
Octal 247 145 212 0 50 21 43 506 33 65
Binary 10100111 1100101 10001010 0 101000 10001 100011 101000110 11011 110101

Color Harmonies of #A7658A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7658A

Black with #A7658A

Text Example


Text Example

White with #A7658A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7658A; }

 p { color: rgb(167,101,138); }

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

background-color css

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

 a { background-color: rgb(167,101,138); }

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

border-color css

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

 span { border-color: rgb(167,101,138); }

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