Html Css Color HEX #A66784 Strikemaster

📋 copy color: '#A66784'

red 166 ◦ green 103 ◦ blue 132

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

Shades of Strikemaster #A66784

Tints of Strikemaster #A66784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.92%

R = 41.4%
G = 25.69%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A66784 (or 0xA66784) is known color: Strikemaster. HEX triplet: A6, 67 and 84. RGB value is (166,103,132). Sum of RGB (Red+Green+Blue) = 166+103+132=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A66784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66784 is #59987B. Grayscale: #7D7D7D. Windows color (decimal): -5871740 or 8677286. OLE color: 8677286.

HSL color Cylindrical-coordinate representation of color #A66784: hue angle of 332.38º 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 #A66784 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 103 132 -
CMYK 0 0.38 0.20 0.35
HSL 332.38º 0.26% 0.53% -
HSV(B) 332.38º 0.38% 0.65% -
XYZ 24.74 19.47 24.28 -
YUV 125.14 131.87 157.14 -
System Red Green Blue C M Y K H S L
Decimal 166 103 132 0 0.38 0.20 0.35 332.38 0.26 0.53
Hex A6 67 84 0 26 14 23 14C 1A 35
Octal 246 147 204 0 46 24 43 514 32 65
Binary 10100110 1100111 10000100 0 100110 10100 100011 101001100 11010 110101

Color Harmonies of #A66784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66784

Black with #A66784

Text Example


Text Example

White with #A66784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66784; }

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

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

background-color css

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

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

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

border-color css

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

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

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