Html Css Color HEX #A36880 Strikemaster

📋 copy color: '#A36880'

red 163 ◦ green 104 ◦ blue 128

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

Shades of Strikemaster #A36880

Tints of Strikemaster #A36880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.41%

R = 41.27%
G = 26.33%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A36880 (or 0xA36880) is known color: Strikemaster. HEX triplet: A3, 68 and 80. RGB value is (163,104,128). Sum of RGB (Red+Green+Blue) = 163+104+128=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A36880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36880 is #5C977F. Grayscale: #7C7C7C. Windows color (decimal): -6068096 or 8415395. OLE color: 8415395.

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

Color convert

RGB 163 104 128 -
CMYK 0 0.36 0.21 0.36
HSL 335.59º 0.24% 0.52% -
HSV(B) 335.59º 0.36% 0.64% -
XYZ 23.95 19.25 22.87 -
YUV 124.38 130.05 155.55 -
System Red Green Blue C M Y K H S L
Decimal 163 104 128 0 0.36 0.21 0.36 335.59 0.24 0.52
Hex A3 68 80 0 24 15 24 150 18 34
Octal 243 150 200 0 44 25 44 520 30 64
Binary 10100011 1101000 10000000 0 100100 10101 100100 101010000 11000 110100

Color Harmonies of #A36880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36880

Black with #A36880

Text Example


Text Example

White with #A36880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36880; }

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

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

background-color css

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

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

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

border-color css

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

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

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