Html Css Color HEX #A36481 Strikemaster

📋 copy color: '#A36481'

red 163 ◦ green 100 ◦ blue 129

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

Shades of Strikemaster #A36481

Tints of Strikemaster #A36481

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.51%

 BLUE value IS 129 (50.78% from 255) = 32.91%

R = 41.58%
G = 25.51%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A36481 (or 0xA36481) is known color: Strikemaster. HEX triplet: A3, 64 and 81. RGB value is (163,100,129). Sum of RGB (Red+Green+Blue) = 163+100+129=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 163 - color contains mainly: red. Hex color #A36481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36481 is #5C9B7E. Grayscale: #7A7A7A. Windows color (decimal): -6069119 or 8479907. OLE color: 8479907.

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

Color convert

RGB 163 100 129 -
CMYK 0 0.39 0.21 0.36
HSL 332.38º 0.26% 0.52% -
HSV(B) 332.38º 0.39% 0.64% -
XYZ 23.62 18.49 23.09 -
YUV 122.14 131.87 157.14 -
System Red Green Blue C M Y K H S L
Decimal 163 100 129 0 0.39 0.21 0.36 332.38 0.26 0.52
Hex A3 64 81 0 27 15 24 14C 1A 34
Octal 243 144 201 0 47 25 44 514 32 64
Binary 10100011 1100100 10000001 0 100111 10101 100100 101001100 11010 110100

Color Harmonies of #A36481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36481

Black with #A36481

Text Example


Text Example

White with #A36481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36481; }

 p { color: rgb(163,100,129); }

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

background-color css

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

 a { background-color: rgb(163,100,129); }

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

border-color css

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

 span { border-color: rgb(163,100,129); }

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