Html Css Color HEX #A85A81 Strikemaster

📋 copy color: '#A85A81'

red 168 ◦ green 90 ◦ blue 129

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

Shades of Strikemaster #A85A81

Tints of Strikemaster #A85A81

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.26%

 BLUE value IS 129 (50.78% from 255) = 33.33%

R = 43.41%
G = 23.26%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A85A81 (or 0xA85A81) is known color: Strikemaster. HEX triplet: A8, 5A and 81. RGB value is (168,90,129). Sum of RGB (Red+Green+Blue) = 168+90+129=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85A81 is #57A57E. Grayscale: #757575. Windows color (decimal): -5743999 or 8477352. OLE color: 8477352.

HSL color Cylindrical-coordinate representation of color #A85A81: hue angle of 330º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A85A81 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 90 129 -
CMYK 0 0.46 0.23 0.34
HSL 330º 0.31% 0.51% -
HSV(B) 330º 0.46% 0.66% -
XYZ 23.77 17.22 22.84 -
YUV 117.77 134.34 163.83 -
System Red Green Blue C M Y K H S L
Decimal 168 90 129 0 0.46 0.23 0.34 330 0.31 0.51
Hex A8 5A 81 0 2E 17 22 14A 1F 33
Octal 250 132 201 0 56 27 42 512 37 63
Binary 10101000 1011010 10000001 0 101110 10111 100010 101001010 11111 110011

Color Harmonies of #A85A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85A81

Black with #A85A81

Text Example


Text Example

White with #A85A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85A81; }

 p { color: rgb(168,90,129); }

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

background-color css

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

 a { background-color: rgb(168,90,129); }

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

border-color css

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

 span { border-color: rgb(168,90,129); }

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