Html Css Color HEX #A37088 Strikemaster

📋 copy color: '#A37088'

red 163 ◦ green 112 ◦ blue 136

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

Shades of Strikemaster #A37088

Tints of Strikemaster #A37088

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.25%

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

R = 39.66%
G = 27.25%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A37088 (or 0xA37088) is known color: Strikemaster. HEX triplet: A3, 70 and 88. RGB value is (163,112,136). Sum of RGB (Red+Green+Blue) = 163+112+136=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A37088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37088 is #5C8F77. Grayscale: #818181. Windows color (decimal): -6066040 or 8941731. OLE color: 8941731.

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

Color convert

RGB 163 112 136 -
CMYK 0 0.31 0.17 0.36
HSL 331.76º 0.22% 0.54% -
HSV(B) 331.76º 0.31% 0.64% -
XYZ 25.34 21.15 26.04 -
YUV 129.99 131.4 151.55 -
System Red Green Blue C M Y K H S L
Decimal 163 112 136 0 0.31 0.17 0.36 331.76 0.22 0.54
Hex A3 70 88 0 1F 11 24 14C 16 36
Octal 243 160 210 0 37 21 44 514 26 66
Binary 10100011 1110000 10001000 0 11111 10001 100100 101001100 10110 110110

Color Harmonies of #A37088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37088

Black with #A37088

Text Example


Text Example

White with #A37088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37088; }

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

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

background-color css

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

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

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

border-color css

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

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

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