Html Css Color HEX #A66788 Strikemaster

📋 copy color: '#A66788'

red 166 ◦ green 103 ◦ blue 136

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

Shades of Strikemaster #A66788

Tints of Strikemaster #A66788

RGB

 RED value IS 166 (65.23% from 255) = 40.99%

 GREEN value IS 103 (40.63% from 255) = 25.43%

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

R = 40.99%
G = 25.43%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A66788 (or 0xA66788) is known color: Strikemaster. HEX triplet: A6, 67 and 88. RGB value is (166,103,136). Sum of RGB (Red+Green+Blue) = 166+103+136=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A66788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66788 is #599877. Grayscale: #7D7D7D. Windows color (decimal): -5871736 or 8939430. OLE color: 8939430.

HSL color Cylindrical-coordinate representation of color #A66788: hue angle of 328.57º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A66788 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 103 136 -
CMYK 0 0.38 0.18 0.35
HSL 328.57º 0.26% 0.53% -
HSV(B) 328.57º 0.38% 0.65% -
XYZ 25.02 19.59 25.75 -
YUV 125.6 133.87 156.82 -
System Red Green Blue C M Y K H S L
Decimal 166 103 136 0 0.38 0.18 0.35 328.57 0.26 0.53
Hex A6 67 88 0 26 12 23 149 1A 35
Octal 246 147 210 0 46 22 43 511 32 65
Binary 10100110 1100111 10001000 0 100110 10010 100011 101001001 11010 110101

Color Harmonies of #A66788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66788

Black with #A66788

Text Example


Text Example

White with #A66788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66788; }

 p { color: rgb(166,103,136); }

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

background-color css

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

 a { background-color: rgb(166,103,136); }

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

border-color css

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

 span { border-color: rgb(166,103,136); }

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