Html Css Color HEX #A86385 Strikemaster

📋 copy color: '#A86385'

red 168 ◦ green 99 ◦ blue 133

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

Shades of Strikemaster #A86385

Tints of Strikemaster #A86385

RGB

 RED value IS 168 (66.02% from 255) = 42%

 GREEN value IS 99 (39.06% from 255) = 24.75%

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

R = 42%
G = 24.75%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A86385 (or 0xA86385) is known color: Strikemaster. HEX triplet: A8, 63 and 85. RGB value is (168,99,133). Sum of RGB (Red+Green+Blue) = 168+99+133=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 168 - color contains mainly: red. Hex color #A86385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86385 is #579C7A. Grayscale: #7B7B7B. Windows color (decimal): -5741691 or 8741800. OLE color: 8741800.

HSL color Cylindrical-coordinate representation of color #A86385: hue angle of 330.43º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A86385 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 99 133 -
CMYK 0 0.41 0.21 0.34
HSL 330.43º 0.28% 0.52% -
HSV(B) 330.43º 0.41% 0.66% -
XYZ 24.84 18.94 24.54 -
YUV 123.51 133.36 159.74 -
System Red Green Blue C M Y K H S L
Decimal 168 99 133 0 0.41 0.21 0.34 330.43 0.28 0.52
Hex A8 63 85 0 29 15 22 14A 1C 34
Octal 250 143 205 0 51 25 42 512 34 64
Binary 10101000 1100011 10000101 0 101001 10101 100010 101001010 11100 110100

Color Harmonies of #A86385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86385

Black with #A86385

Text Example


Text Example

White with #A86385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86385; }

 p { color: rgb(168,99,133); }

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

background-color css

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

 a { background-color: rgb(168,99,133); }

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

border-color css

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

 span { border-color: rgb(168,99,133); }

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