Html Css Color HEX #A7628A Strikemaster

📋 copy color: '#A7628A'

red 167 ◦ green 98 ◦ blue 138

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

Shades of Strikemaster #A7628A

Tints of Strikemaster #A7628A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.32%

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

R = 41.44%
G = 24.32%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7628A (or 0xA7628A) is known color: Strikemaster. HEX triplet: A7, 62 and 8A. RGB value is (167,98,138). Sum of RGB (Red+Green+Blue) = 167+98+138=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 167 - color contains mainly: red. Hex color #A7628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7628A is #589D75. Grayscale: #7B7B7B. Windows color (decimal): -5807478 or 9069223. OLE color: 9069223.

HSL color Cylindrical-coordinate representation of color #A7628A: hue angle of 325.22º 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 #A7628A is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 98 138 -
CMYK 0 0.41 0.17 0.35
HSL 325.22º 0.28% 0.52% -
HSV(B) 325.22º 0.41% 0.65% -
XYZ 24.89 18.79 26.36 -
YUV 123.19 136.36 159.25 -
System Red Green Blue C M Y K H S L
Decimal 167 98 138 0 0.41 0.17 0.35 325.22 0.28 0.52
Hex A7 62 8A 0 29 11 23 145 1C 34
Octal 247 142 212 0 51 21 43 505 34 64
Binary 10100111 1100010 10001010 0 101001 10001 100011 101000101 11100 110100

Color Harmonies of #A7628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7628A

Black with #A7628A

Text Example


Text Example

White with #A7628A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7628A; }

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

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

background-color css

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

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

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

border-color css

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

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

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