Html Css Color HEX #A96184 Strikemaster

📋 copy color: '#A96184'

red 169 ◦ green 97 ◦ blue 132

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

Shades of Strikemaster #A96184

Tints of Strikemaster #A96184

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.37%

 BLUE value IS 132 (51.95% from 255) = 33.17%

R = 42.46%
G = 24.37%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#A96184 (or 0xA96184) is known color: Strikemaster. HEX triplet: A9, 61 and 84. RGB value is (169,97,132). Sum of RGB (Red+Green+Blue) = 169+97+132=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 169 - color contains mainly: red. Hex color #A96184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96184 is #569E7B. Grayscale: #7A7A7A. Windows color (decimal): -5676668 or 8675753. OLE color: 8675753.

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

Color convert

RGB 169 97 132 -
CMYK 0 0.43 0.22 0.34
HSL 330.83º 0.3% 0.52% -
HSV(B) 330.83º 0.43% 0.66% -
XYZ 24.8 18.65 24.12 -
YUV 122.52 133.35 161.15 -
System Red Green Blue C M Y K H S L
Decimal 169 97 132 0 0.43 0.22 0.34 330.83 0.3 0.52
Hex A9 61 84 0 2B 16 22 14B 1E 34
Octal 251 141 204 0 53 26 42 513 36 64
Binary 10101001 1100001 10000100 0 101011 10110 100010 101001011 11110 110100

Color Harmonies of #A96184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96184

Black with #A96184

Text Example


Text Example

White with #A96184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96184; }

 p { color: rgb(169,97,132); }

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

background-color css

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

 a { background-color: rgb(169,97,132); }

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

border-color css

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

 span { border-color: rgb(169,97,132); }

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