Html Css Color HEX #A06C80 Strikemaster

📋 copy color: '#A06C80'

red 160 ◦ green 108 ◦ blue 128

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

Shades of Strikemaster #A06C80

Tints of Strikemaster #A06C80

RGB

 RED value IS 160 (62.89% from 255) = 40.4%

 GREEN value IS 108 (42.58% from 255) = 27.27%

 BLUE value IS 128 (50.39% from 255) = 32.32%

R = 40.4%
G = 27.27%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A06C80 (or 0xA06C80) is known color: Strikemaster. HEX triplet: A0, 6C and 80. RGB value is (160,108,128). Sum of RGB (Red+Green+Blue) = 160+108+128=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06C80 is #5F937F. Grayscale: #7D7D7D. Windows color (decimal): -6263680 or 8416416. OLE color: 8416416.

HSL color Cylindrical-coordinate representation of color #A06C80: hue angle of 336.92º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A06C80 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 108 128 -
CMYK 0 0.32 0.20 0.37
HSL 336.92º 0.21% 0.53% -
HSV(B) 336.92º 0.33% 0.63% -
XYZ 23.76 19.76 22.98 -
YUV 125.83 129.23 152.37 -
System Red Green Blue C M Y K H S L
Decimal 160 108 128 0 0.32 0.20 0.37 336.92 0.21 0.53
Hex A0 6C 80 0 20 14 25 151 15 35
Octal 240 154 200 0 40 24 45 521 25 65
Binary 10100000 1101100 10000000 0 100000 10100 100101 101010001 10101 110101

Color Harmonies of #A06C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06C80

Black with #A06C80

Text Example


Text Example

White with #A06C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06C80; }

 p { color: rgb(160,108,128); }

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

background-color css

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

 a { background-color: rgb(160,108,128); }

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

border-color css

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

 span { border-color: rgb(160,108,128); }

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