Html Css Color HEX #A8698B Strikemaster

📋 copy color: '#A8698B'

red 168 ◦ green 105 ◦ blue 139

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

Shades of Strikemaster #A8698B

Tints of Strikemaster #A8698B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.49%

 BLUE value IS 139 (54.69% from 255) = 33.74%

R = 40.78%
G = 25.49%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A8698B (or 0xA8698B) is known color: Strikemaster. HEX triplet: A8, 69 and 8B. RGB value is (168,105,139). Sum of RGB (Red+Green+Blue) = 168+105+139=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 168 - color contains mainly: red. Hex color #A8698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8698B is #579674. Grayscale: #7F7F7F. Windows color (decimal): -5740149 or 9136552. OLE color: 9136552.

HSL color Cylindrical-coordinate representation of color #A8698B: hue angle of 327.62º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8698B is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 105 139 -
CMYK 0 0.38 0.17 0.34
HSL 327.62º 0.27% 0.54% -
HSV(B) 327.62º 0.38% 0.66% -
XYZ 25.86 20.29 26.98 -
YUV 127.71 134.37 156.74 -
System Red Green Blue C M Y K H S L
Decimal 168 105 139 0 0.38 0.17 0.34 327.62 0.27 0.54
Hex A8 69 8B 0 26 11 22 148 1B 36
Octal 250 151 213 0 46 21 42 510 33 66
Binary 10101000 1101001 10001011 0 100110 10001 100010 101001000 11011 110110

Color Harmonies of #A8698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8698B

Black with #A8698B

Text Example


Text Example

White with #A8698B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8698B; }

 p { color: rgb(168,105,139); }

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

background-color css

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

 a { background-color: rgb(168,105,139); }

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

border-color css

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

 span { border-color: rgb(168,105,139); }

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