Html Css Color HEX #A96789 Strikemaster

📋 copy color: '#A96789'

red 169 ◦ green 103 ◦ blue 137

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

Shades of Strikemaster #A96789

Tints of Strikemaster #A96789

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.18%

 BLUE value IS 137 (53.91% from 255) = 33.5%

R = 41.32%
G = 25.18%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.34

RGB Variations

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

Color information

#A96789 (or 0xA96789) is known color: Strikemaster. HEX triplet: A9, 67 and 89. RGB value is (169,103,137). Sum of RGB (Red+Green+Blue) = 169+103+137=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 169 - color contains mainly: red. Hex color #A96789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96789 is #569876. Grayscale: #7E7E7E. Windows color (decimal): -5675127 or 9004969. OLE color: 9004969.

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

Color convert

RGB 169 103 137 -
CMYK 0 0.39 0.19 0.34
HSL 329.09º 0.28% 0.53% -
HSV(B) 329.09º 0.39% 0.66% -
XYZ 25.73 19.94 26.16 -
YUV 126.61 133.87 158.24 -
System Red Green Blue C M Y K H S L
Decimal 169 103 137 0 0.39 0.19 0.34 329.09 0.28 0.53
Hex A9 67 89 0 27 13 22 149 1C 35
Octal 251 147 211 0 47 23 42 511 34 65
Binary 10101001 1100111 10001001 0 100111 10011 100010 101001001 11100 110101

Color Harmonies of #A96789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96789

Black with #A96789

Text Example


Text Example

White with #A96789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96789; }

 p { color: rgb(169,103,137); }

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

background-color css

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

 a { background-color: rgb(169,103,137); }

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

border-color css

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

 span { border-color: rgb(169,103,137); }

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