Html Css Color HEX #A86290 Strikemaster

📋 copy color: '#A86290'

red 168 ◦ green 98 ◦ blue 144

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

Shades of Strikemaster #A86290

Tints of Strikemaster #A86290

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.9%

 BLUE value IS 144 (56.64% from 255) = 35.12%

R = 40.98%
G = 23.9%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A86290 (or 0xA86290) is known color: Strikemaster. HEX triplet: A8, 62 and 90. RGB value is (168,98,144). Sum of RGB (Red+Green+Blue) = 168+98+144=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A86290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86290 is #579D6F. Grayscale: #7C7C7C. Windows color (decimal): -5741936 or 9462440. OLE color: 9462440.

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

Color convert

RGB 168 98 144 -
CMYK 0 0.42 0.14 0.34
HSL 320.57º 0.29% 0.52% -
HSV(B) 320.57º 0.42% 0.66% -
XYZ 25.55 19.07 28.72 -
YUV 124.17 139.19 159.26 -
System Red Green Blue C M Y K H S L
Decimal 168 98 144 0 0.42 0.14 0.34 320.57 0.29 0.52
Hex A8 62 90 0 2A E 22 141 1D 34
Octal 250 142 220 0 52 16 42 501 35 64
Binary 10101000 1100010 10010000 0 101010 1110 100010 101000001 11101 110100

Color Harmonies of #A86290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86290

Black with #A86290

Text Example


Text Example

White with #A86290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86290; }

 p { color: rgb(168,98,144); }

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

background-color css

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

 a { background-color: rgb(168,98,144); }

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

border-color css

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

 span { border-color: rgb(168,98,144); }

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