Html Css Color HEX #A36588 Strikemaster

📋 copy color: '#A36588'

red 163 ◦ green 101 ◦ blue 136

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

Shades of Strikemaster #A36588

Tints of Strikemaster #A36588

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.25%

 BLUE value IS 136 (53.52% from 255) = 34%

R = 40.75%
G = 25.25%
B = 34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A36588 (or 0xA36588) is known color: Strikemaster. HEX triplet: A3, 65 and 88. RGB value is (163,101,136). Sum of RGB (Red+Green+Blue) = 163+101+136=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 163 - color contains mainly: red. Hex color #A36588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36588 is #5C9A77. Grayscale: #7B7B7B. Windows color (decimal): -6068856 or 8938915. OLE color: 8938915.

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

Color convert

RGB 163 101 136 -
CMYK 0 0.38 0.17 0.36
HSL 326.13º 0.25% 0.52% -
HSV(B) 326.13º 0.38% 0.64% -
XYZ 24.2 18.87 25.66 -
YUV 123.53 135.04 156.15 -
System Red Green Blue C M Y K H S L
Decimal 163 101 136 0 0.38 0.17 0.36 326.13 0.25 0.52
Hex A3 65 88 0 26 11 24 146 19 34
Octal 243 145 210 0 46 21 44 506 31 64
Binary 10100011 1100101 10001000 0 100110 10001 100100 101000110 11001 110100

Color Harmonies of #A36588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36588

Black with #A36588

Text Example


Text Example

White with #A36588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36588; }

 p { color: rgb(163,101,136); }

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

background-color css

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

 a { background-color: rgb(163,101,136); }

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

border-color css

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

 span { border-color: rgb(163,101,136); }

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