Html Css Color HEX #A36083 Strikemaster

📋 copy color: '#A36083'

red 163 ◦ green 96 ◦ blue 131

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

Shades of Strikemaster #A36083

Tints of Strikemaster #A36083

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.62%

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

R = 41.79%
G = 24.62%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A36083 (or 0xA36083) is known color: Strikemaster. HEX triplet: A3, 60 and 83. RGB value is (163,96,131). Sum of RGB (Red+Green+Blue) = 163+96+131=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 163 - color contains mainly: red. Hex color #A36083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36083 is #5C9F7C. Grayscale: #777777. Windows color (decimal): -6070141 or 8609955. OLE color: 8609955.

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

Color convert

RGB 163 96 131 -
CMYK 0 0.41 0.20 0.36
HSL 328.66º 0.27% 0.51% -
HSV(B) 328.66º 0.41% 0.64% -
XYZ 23.38 17.79 23.67 -
YUV 120.02 134.2 158.65 -
System Red Green Blue C M Y K H S L
Decimal 163 96 131 0 0.41 0.20 0.36 328.66 0.27 0.51
Hex A3 60 83 0 29 14 24 149 1B 33
Octal 243 140 203 0 51 24 44 511 33 63
Binary 10100011 1100000 10000011 0 101001 10100 100100 101001001 11011 110011

Color Harmonies of #A36083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36083

Black with #A36083

Text Example


Text Example

White with #A36083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36083; }

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

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

background-color css

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

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

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

border-color css

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

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

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