Html Css Color HEX #A36884 Strikemaster

📋 copy color: '#A36884'

red 163 ◦ green 104 ◦ blue 132

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

Shades of Strikemaster #A36884

Tints of Strikemaster #A36884

RGB

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

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

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

R = 40.85%
G = 26.07%
B = 33.08%

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

#A36884 (or 0xA36884) is known color: Strikemaster. HEX triplet: A3, 68 and 84. RGB value is (163,104,132). Sum of RGB (Red+Green+Blue) = 163+104+132=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 163 - color contains mainly: red. Hex color #A36884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36884 is #5C977B. Grayscale: #7C7C7C. Windows color (decimal): -6068092 or 8677539. OLE color: 8677539.

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

Color convert

RGB 163 104 132 -
CMYK 0 0.36 0.19 0.36
HSL 331.53º 0.24% 0.52% -
HSV(B) 331.53º 0.36% 0.64% -
XYZ 24.22 19.35 24.29 -
YUV 124.83 132.05 155.22 -
System Red Green Blue C M Y K H S L
Decimal 163 104 132 0 0.36 0.19 0.36 331.53 0.24 0.52
Hex A3 68 84 0 24 13 24 14C 18 34
Octal 243 150 204 0 44 23 44 514 30 64
Binary 10100011 1101000 10000100 0 100100 10011 100100 101001100 11000 110100

Color Harmonies of #A36884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36884

Black with #A36884

Text Example


Text Example

White with #A36884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36884; }

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

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

background-color css

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

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

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

border-color css

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

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

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