Html Css Color HEX #A36388 Strikemaster

📋 copy color: '#A36388'

red 163 ◦ green 99 ◦ blue 136

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

Shades of Strikemaster #A36388

Tints of Strikemaster #A36388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.87%

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

R = 40.95%
G = 24.87%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A36388 (or 0xA36388) is known color: Strikemaster. HEX triplet: A3, 63 and 88. RGB value is (163,99,136). Sum of RGB (Red+Green+Blue) = 163+99+136=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A36388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36388 is #5C9C77. Grayscale: #7A7A7A. Windows color (decimal): -6069368 or 8938403. OLE color: 8938403.

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

Color convert

RGB 163 99 136 -
CMYK 0 0.39 0.17 0.36
HSL 325.31º 0.26% 0.51% -
HSV(B) 325.31º 0.39% 0.64% -
XYZ 24.01 18.49 25.6 -
YUV 122.35 135.7 156.99 -
System Red Green Blue C M Y K H S L
Decimal 163 99 136 0 0.39 0.17 0.36 325.31 0.26 0.51
Hex A3 63 88 0 27 11 24 145 1A 33
Octal 243 143 210 0 47 21 44 505 32 63
Binary 10100011 1100011 10001000 0 100111 10001 100100 101000101 11010 110011

Color Harmonies of #A36388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36388

Black with #A36388

Text Example


Text Example

White with #A36388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36388; }

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

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

background-color css

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

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

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

border-color css

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

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

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