Html Css Color HEX #A36984 Strikemaster

📋 copy color: '#A36984'

red 163 ◦ green 105 ◦ blue 132

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

Shades of Strikemaster #A36984

Tints of Strikemaster #A36984

RGB

 RED value IS 163 (64.06% from 255) = 40.75%

 GREEN value IS 105 (41.41% from 255) = 26.25%

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

R = 40.75%
G = 26.25%
B = 33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A36984 (or 0xA36984) is known color: Strikemaster. HEX triplet: A3, 69 and 84. RGB value is (163,105,132). Sum of RGB (Red+Green+Blue) = 163+105+132=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 163 - color contains mainly: red. Hex color #A36984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36984 is #5C967B. Grayscale: #7D7D7D. Windows color (decimal): -6067836 or 8677795. OLE color: 8677795.

HSL color Cylindrical-coordinate representation of color #A36984: hue angle of 332.07º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A36984 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 105 132 -
CMYK 0 0.36 0.19 0.36
HSL 332.07º 0.24% 0.53% -
HSV(B) 332.07º 0.36% 0.64% -
XYZ 24.32 19.56 24.32 -
YUV 125.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 163 105 132 0 0.36 0.19 0.36 332.07 0.24 0.53
Hex A3 69 84 0 24 13 24 14C 18 35
Octal 243 151 204 0 44 23 44 514 30 65
Binary 10100011 1101001 10000100 0 100100 10011 100100 101001100 11000 110101

Color Harmonies of #A36984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36984

Black with #A36984

Text Example


Text Example

White with #A36984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36984; }

 p { color: rgb(163,105,132); }

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

background-color css

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

 a { background-color: rgb(163,105,132); }

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

border-color css

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

 span { border-color: rgb(163,105,132); }

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