Html Css Color HEX #A36988 Strikemaster

📋 copy color: '#A36988'

red 163 ◦ green 105 ◦ blue 136

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

Shades of Strikemaster #A36988

Tints of Strikemaster #A36988

RGB

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

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

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

R = 40.35%
G = 25.99%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A36988 (or 0xA36988) is known color: Strikemaster. HEX triplet: A3, 69 and 88. RGB value is (163,105,136). Sum of RGB (Red+Green+Blue) = 163+105+136=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 163 - color contains mainly: red. Hex color #A36988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36988 is #5C9677. Grayscale: #7D7D7D. Windows color (decimal): -6067832 or 8939939. OLE color: 8939939.

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

Color convert

RGB 163 105 136 -
CMYK 0 0.36 0.17 0.36
HSL 327.93º 0.24% 0.53% -
HSV(B) 327.93º 0.36% 0.64% -
XYZ 24.6 19.67 25.79 -
YUV 125.88 133.72 154.48 -
System Red Green Blue C M Y K H S L
Decimal 163 105 136 0 0.36 0.17 0.36 327.93 0.24 0.53
Hex A3 69 88 0 24 11 24 148 18 35
Octal 243 151 210 0 44 21 44 510 30 65
Binary 10100011 1101001 10001000 0 100100 10001 100100 101001000 11000 110101

Color Harmonies of #A36988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36988

Black with #A36988

Text Example


Text Example

White with #A36988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36988; }

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

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

background-color css

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

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

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

border-color css

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

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

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