Html Css Color HEX #A96085 Strikemaster

📋 copy color: '#A96085'

red 169 ◦ green 96 ◦ blue 133

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

Shades of Strikemaster #A96085

Tints of Strikemaster #A96085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.42%

R = 42.46%
G = 24.12%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A96085 (or 0xA96085) is known color: Strikemaster. HEX triplet: A9, 60 and 85. RGB value is (169,96,133). Sum of RGB (Red+Green+Blue) = 169+96+133=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 169 - color contains mainly: red. Hex color #A96085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96085 is #569F7A. Grayscale: #797979. Windows color (decimal): -5676923 or 8741033. OLE color: 8741033.

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

Color convert

RGB 169 96 133 -
CMYK 0 0.43 0.21 0.34
HSL 329.59º 0.3% 0.52% -
HSV(B) 329.59º 0.43% 0.66% -
XYZ 24.78 18.49 24.45 -
YUV 122.05 134.18 161.49 -
System Red Green Blue C M Y K H S L
Decimal 169 96 133 0 0.43 0.21 0.34 329.59 0.3 0.52
Hex A9 60 85 0 2B 15 22 14A 1E 34
Octal 251 140 205 0 53 25 42 512 36 64
Binary 10101001 1100000 10000101 0 101011 10101 100010 101001010 11110 110100

Color Harmonies of #A96085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96085

Black with #A96085

Text Example


Text Example

White with #A96085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96085; }

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

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

background-color css

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

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

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

border-color css

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

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

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