Html Css Color HEX #A36885 Strikemaster

📋 copy color: '#A36885'

red 163 ◦ green 104 ◦ blue 133

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

Shades of Strikemaster #A36885

Tints of Strikemaster #A36885

RGB

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

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

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

R = 40.75%
G = 26%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A36885 (or 0xA36885) is known color: Strikemaster. HEX triplet: A3, 68 and 85. RGB value is (163,104,133). Sum of RGB (Red+Green+Blue) = 163+104+133=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 163 - color contains mainly: red. Hex color #A36885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36885 is #5C977A. Grayscale: #7C7C7C. Windows color (decimal): -6068091 or 8743075. OLE color: 8743075.

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

Color convert

RGB 163 104 133 -
CMYK 0 0.36 0.18 0.36
HSL 330.51º 0.24% 0.52% -
HSV(B) 330.51º 0.36% 0.64% -
XYZ 24.29 19.38 24.65 -
YUV 124.95 132.55 155.14 -
System Red Green Blue C M Y K H S L
Decimal 163 104 133 0 0.36 0.18 0.36 330.51 0.24 0.52
Hex A3 68 85 0 24 12 24 14B 18 34
Octal 243 150 205 0 44 22 44 513 30 64
Binary 10100011 1101000 10000101 0 100100 10010 100100 101001011 11000 110100

Color Harmonies of #A36885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36885

Black with #A36885

Text Example


Text Example

White with #A36885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36885; }

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

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

background-color css

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

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

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

border-color css

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

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

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