Html Css Color HEX #A96089 Strikemaster

📋 copy color: '#A96089'

red 169 ◦ green 96 ◦ blue 137

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

Shades of Strikemaster #A96089

Tints of Strikemaster #A96089

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.88%

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

R = 42.04%
G = 23.88%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.34

RGB Variations

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

Color information

#A96089 (or 0xA96089) is known color: Strikemaster. HEX triplet: A9, 60 and 89. RGB value is (169,96,137). Sum of RGB (Red+Green+Blue) = 169+96+137=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 169 - color contains mainly: red. Hex color #A96089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96089 is #569F76. Grayscale: #7A7A7A. Windows color (decimal): -5676919 or 9003177. OLE color: 9003177.

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

Color convert

RGB 169 96 137 -
CMYK 0 0.43 0.19 0.34
HSL 326.3º 0.3% 0.52% -
HSV(B) 326.3º 0.43% 0.66% -
XYZ 25.06 18.61 25.94 -
YUV 122.5 136.18 161.17 -
System Red Green Blue C M Y K H S L
Decimal 169 96 137 0 0.43 0.19 0.34 326.3 0.3 0.52
Hex A9 60 89 0 2B 13 22 146 1E 34
Octal 251 140 211 0 53 23 42 506 36 64
Binary 10101001 1100000 10001001 0 101011 10011 100010 101000110 11110 110100

Color Harmonies of #A96089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96089

Black with #A96089

Text Example


Text Example

White with #A96089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96089; }

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

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

background-color css

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

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

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

border-color css

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

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

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