Html Css Color HEX #A36085 Strikemaster

📋 copy color: '#A36085'

red 163 ◦ green 96 ◦ blue 133

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

Shades of Strikemaster #A36085

Tints of Strikemaster #A36085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.93%

R = 41.58%
G = 24.49%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A36085 (or 0xA36085) is known color: Strikemaster. HEX triplet: A3, 60 and 85. RGB value is (163,96,133). Sum of RGB (Red+Green+Blue) = 163+96+133=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 163 - color contains mainly: red. Hex color #A36085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36085 is #5C9F7A. Grayscale: #787878. Windows color (decimal): -6070139 or 8741027. OLE color: 8741027.

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

Color convert

RGB 163 96 133 -
CMYK 0 0.41 0.18 0.36
HSL 326.87º 0.27% 0.51% -
HSV(B) 326.87º 0.41% 0.64% -
XYZ 23.52 17.85 24.4 -
YUV 120.25 135.2 158.49 -
System Red Green Blue C M Y K H S L
Decimal 163 96 133 0 0.41 0.18 0.36 326.87 0.27 0.51
Hex A3 60 85 0 29 12 24 147 1B 33
Octal 243 140 205 0 51 22 44 507 33 63
Binary 10100011 1100000 10000101 0 101001 10010 100100 101000111 11011 110011

Color Harmonies of #A36085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36085

Black with #A36085

Text Example


Text Example

White with #A36085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36085; }

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

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

background-color css

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

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

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

border-color css

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

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

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