Html Css Color HEX #A96589 Strikemaster

📋 copy color: '#A96589'

red 169 ◦ green 101 ◦ blue 137

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

Shades of Strikemaster #A96589

Tints of Strikemaster #A96589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.82%

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

R = 41.52%
G = 24.82%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.34

RGB Variations

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

Color information

#A96589 (or 0xA96589) is known color: Strikemaster. HEX triplet: A9, 65 and 89. RGB value is (169,101,137). Sum of RGB (Red+Green+Blue) = 169+101+137=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A96589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96589 is #569A76. Grayscale: #7D7D7D. Windows color (decimal): -5675639 or 9004457. OLE color: 9004457.

HSL color Cylindrical-coordinate representation of color #A96589: hue angle of 328.24º 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 #A96589 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 101 137 -
CMYK 0 0.40 0.19 0.34
HSL 328.24º 0.28% 0.53% -
HSV(B) 328.24º 0.4% 0.66% -
XYZ 25.53 19.55 26.09 -
YUV 125.44 134.53 159.07 -
System Red Green Blue C M Y K H S L
Decimal 169 101 137 0 0.40 0.19 0.34 328.24 0.28 0.53
Hex A9 65 89 0 28 13 22 148 1C 35
Octal 251 145 211 0 50 23 42 510 34 65
Binary 10101001 1100101 10001001 0 101000 10011 100010 101001000 11100 110101

Color Harmonies of #A96589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96589

Black with #A96589

Text Example


Text Example

White with #A96589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96589; }

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

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

background-color css

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

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

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

border-color css

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

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

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