Html Css Color HEX #A36883 Strikemaster

📋 copy color: '#A36883'

red 163 ◦ green 104 ◦ blue 131

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

Shades of Strikemaster #A36883

Tints of Strikemaster #A36883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.91%

R = 40.95%
G = 26.13%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A36883 (or 0xA36883) is known color: Strikemaster. HEX triplet: A3, 68 and 83. RGB value is (163,104,131). Sum of RGB (Red+Green+Blue) = 163+104+131=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A36883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36883 is #5C977C. Grayscale: #7C7C7C. Windows color (decimal): -6068093 or 8612003. OLE color: 8612003.

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

Color convert

RGB 163 104 131 -
CMYK 0 0.36 0.20 0.36
HSL 332.54º 0.24% 0.52% -
HSV(B) 332.54º 0.36% 0.64% -
XYZ 24.15 19.33 23.93 -
YUV 124.72 131.55 155.3 -
System Red Green Blue C M Y K H S L
Decimal 163 104 131 0 0.36 0.20 0.36 332.54 0.24 0.52
Hex A3 68 83 0 24 14 24 14D 18 34
Octal 243 150 203 0 44 24 44 515 30 64
Binary 10100011 1101000 10000011 0 100100 10100 100100 101001101 11000 110100

Color Harmonies of #A36883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36883

Black with #A36883

Text Example


Text Example

White with #A36883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36883; }

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

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

background-color css

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

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

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

border-color css

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

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

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