Html Css Color HEX #A36882 Strikemaster

📋 copy color: '#A36882'

red 163 ◦ green 104 ◦ blue 130

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

Shades of Strikemaster #A36882

Tints of Strikemaster #A36882

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.2%

 BLUE value IS 130 (51.17% from 255) = 32.75%

R = 41.06%
G = 26.2%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A36882 (or 0xA36882) is known color: Strikemaster. HEX triplet: A3, 68 and 82. RGB value is (163,104,130). Sum of RGB (Red+Green+Blue) = 163+104+130=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A36882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36882 is #5C977D. Grayscale: #7C7C7C. Windows color (decimal): -6068094 or 8546467. OLE color: 8546467.

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

Color convert

RGB 163 104 130 -
CMYK 0 0.36 0.20 0.36
HSL 333.56º 0.24% 0.52% -
HSV(B) 333.56º 0.36% 0.64% -
XYZ 24.08 19.3 23.57 -
YUV 124.61 131.05 155.39 -
System Red Green Blue C M Y K H S L
Decimal 163 104 130 0 0.36 0.20 0.36 333.56 0.24 0.52
Hex A3 68 82 0 24 14 24 14E 18 34
Octal 243 150 202 0 44 24 44 516 30 64
Binary 10100011 1101000 10000010 0 100100 10100 100100 101001110 11000 110100

Color Harmonies of #A36882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36882

Black with #A36882

Text Example


Text Example

White with #A36882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36882; }

 p { color: rgb(163,104,130); }

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

background-color css

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

 a { background-color: rgb(163,104,130); }

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

border-color css

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

 span { border-color: rgb(163,104,130); }

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