Html Css Color HEX #A8648A Strikemaster

📋 copy color: '#A8648A'

red 168 ◦ green 100 ◦ blue 138

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

Shades of Strikemaster #A8648A

Tints of Strikemaster #A8648A

RGB

 RED value IS 168 (66.02% from 255) = 41.38%

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

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

R = 41.38%
G = 24.63%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A8648A (or 0xA8648A) is known color: Strikemaster. HEX triplet: A8, 64 and 8A. RGB value is (168,100,138). Sum of RGB (Red+Green+Blue) = 168+100+138=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 168 - color contains mainly: red. Hex color #A8648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8648A is #579B75. Grayscale: #7C7C7C. Windows color (decimal): -5741430 or 9069736. OLE color: 9069736.

HSL color Cylindrical-coordinate representation of color #A8648A: hue angle of 326.47º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8648A is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 100 138 -
CMYK 0 0.40 0.18 0.34
HSL 326.47º 0.28% 0.53% -
HSV(B) 326.47º 0.4% 0.66% -
XYZ 25.29 19.27 26.43 -
YUV 124.66 135.53 158.91 -
System Red Green Blue C M Y K H S L
Decimal 168 100 138 0 0.40 0.18 0.34 326.47 0.28 0.53
Hex A8 64 8A 0 28 12 22 146 1C 35
Octal 250 144 212 0 50 22 42 506 34 65
Binary 10101000 1100100 10001010 0 101000 10010 100010 101000110 11100 110101

Color Harmonies of #A8648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8648A

Black with #A8648A

Text Example


Text Example

White with #A8648A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8648A; }

 p { color: rgb(168,100,138); }

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

background-color css

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

 a { background-color: rgb(168,100,138); }

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

border-color css

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

 span { border-color: rgb(168,100,138); }

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