Html Css Color HEX #A86588 Strikemaster

📋 copy color: '#A86588'

red 168 ◦ green 101 ◦ blue 136

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

Shades of Strikemaster #A86588

Tints of Strikemaster #A86588

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.94%

 BLUE value IS 136 (53.52% from 255) = 33.58%

R = 41.48%
G = 24.94%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.34

RGB Variations

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

Color information

#A86588 (or 0xA86588) is known color: Strikemaster. HEX triplet: A8, 65 and 88. RGB value is (168,101,136). Sum of RGB (Red+Green+Blue) = 168+101+136=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 168 - color contains mainly: red. Hex color #A86588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86588 is #579A77. Grayscale: #7C7C7C. Windows color (decimal): -5741176 or 8938920. OLE color: 8938920.

HSL color Cylindrical-coordinate representation of color #A86588: hue angle of 328.66º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A86588 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 101 136 -
CMYK 0 0.40 0.19 0.34
HSL 328.66º 0.28% 0.53% -
HSV(B) 328.66º 0.4% 0.66% -
XYZ 25.25 19.41 25.71 -
YUV 125.02 134.2 158.65 -
System Red Green Blue C M Y K H S L
Decimal 168 101 136 0 0.40 0.19 0.34 328.66 0.28 0.53
Hex A8 65 88 0 28 13 22 149 1C 35
Octal 250 145 210 0 50 23 42 511 34 65
Binary 10101000 1100101 10001000 0 101000 10011 100010 101001001 11100 110101

Color Harmonies of #A86588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86588

Black with #A86588

Text Example


Text Example

White with #A86588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86588; }

 p { color: rgb(168,101,136); }

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

background-color css

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

 a { background-color: rgb(168,101,136); }

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

border-color css

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

 span { border-color: rgb(168,101,136); }

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