Html Css Color HEX #A9688A Strikemaster

📋 copy color: '#A9688A'

red 169 ◦ green 104 ◦ blue 138

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

Shades of Strikemaster #A9688A

Tints of Strikemaster #A9688A

RGB

 RED value IS 169 (66.41% from 255) = 41.12%

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

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

R = 41.12%
G = 25.3%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A9688A (or 0xA9688A) is known color: Strikemaster. HEX triplet: A9, 68 and 8A. RGB value is (169,104,138). Sum of RGB (Red+Green+Blue) = 169+104+138=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 169 - color contains mainly: red. Hex color #A9688A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9688A is #569775. Grayscale: #7F7F7F. Windows color (decimal): -5674870 or 9070761. OLE color: 9070761.

HSL color Cylindrical-coordinate representation of color #A9688A: hue angle of 328.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 #A9688A is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 104 138 -
CMYK 0 0.38 0.18 0.34
HSL 328.62º 0.27% 0.54% -
HSV(B) 328.62º 0.38% 0.66% -
XYZ 25.9 20.17 26.57 -
YUV 127.31 134.03 157.74 -
System Red Green Blue C M Y K H S L
Decimal 169 104 138 0 0.38 0.18 0.34 328.62 0.27 0.54
Hex A9 68 8A 0 26 12 22 149 1B 36
Octal 251 150 212 0 46 22 42 511 33 66
Binary 10101001 1101000 10001010 0 100110 10010 100010 101001001 11011 110110

Color Harmonies of #A9688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9688A

Black with #A9688A

Text Example


Text Example

White with #A9688A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9688A; }

 p { color: rgb(169,104,138); }

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

background-color css

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

 a { background-color: rgb(169,104,138); }

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

border-color css

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

 span { border-color: rgb(169,104,138); }

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