Html Css Color HEX #A36183 Strikemaster

📋 copy color: '#A36183'

red 163 ◦ green 97 ◦ blue 131

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

Shades of Strikemaster #A36183

Tints of Strikemaster #A36183

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.81%

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

R = 41.69%
G = 24.81%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A36183 (or 0xA36183) is known color: Strikemaster. HEX triplet: A3, 61 and 83. RGB value is (163,97,131). Sum of RGB (Red+Green+Blue) = 163+97+131=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 163 - color contains mainly: red. Hex color #A36183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36183 is #5C9E7C. Grayscale: #787878. Windows color (decimal): -6069885 or 8610211. OLE color: 8610211.

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

Color convert

RGB 163 97 131 -
CMYK 0 0.40 0.20 0.36
HSL 329.09º 0.26% 0.51% -
HSV(B) 329.09º 0.4% 0.64% -
XYZ 23.48 17.97 23.7 -
YUV 120.61 133.87 158.24 -
System Red Green Blue C M Y K H S L
Decimal 163 97 131 0 0.40 0.20 0.36 329.09 0.26 0.51
Hex A3 61 83 0 28 14 24 149 1A 33
Octal 243 141 203 0 50 24 44 511 32 63
Binary 10100011 1100001 10000011 0 101000 10100 100100 101001001 11010 110011

Color Harmonies of #A36183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36183

Black with #A36183

Text Example


Text Example

White with #A36183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36183; }

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

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

background-color css

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

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

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

border-color css

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

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

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