Html Css Color HEX #A9668A Strikemaster

📋 copy color: '#A9668A'

red 169 ◦ green 102 ◦ blue 138

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

Shades of Strikemaster #A9668A

Tints of Strikemaster #A9668A

RGB

 RED value IS 169 (66.41% from 255) = 41.32%

 GREEN value IS 102 (40.23% from 255) = 24.94%

 BLUE value IS 138 (54.3% from 255) = 33.74%

R = 41.32%
G = 24.94%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A9668A (or 0xA9668A) is known color: Strikemaster. HEX triplet: A9, 66 and 8A. RGB value is (169,102,138). Sum of RGB (Red+Green+Blue) = 169+102+138=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 169 - color contains mainly: red. Hex color #A9668A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9668A is #569975. Grayscale: #7E7E7E. Windows color (decimal): -5675382 or 9070249. OLE color: 9070249.

HSL color Cylindrical-coordinate representation of color #A9668A: hue angle of 327.76º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A9668A is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 102 138 -
CMYK 0 0.40 0.18 0.34
HSL 327.76º 0.28% 0.53% -
HSV(B) 327.76º 0.4% 0.66% -
XYZ 25.7 19.77 26.51 -
YUV 126.14 134.7 158.57 -
System Red Green Blue C M Y K H S L
Decimal 169 102 138 0 0.40 0.18 0.34 327.76 0.28 0.53
Hex A9 66 8A 0 28 12 22 148 1C 35
Octal 251 146 212 0 50 22 42 510 34 65
Binary 10101001 1100110 10001010 0 101000 10010 100010 101001000 11100 110101

Color Harmonies of #A9668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9668A

Black with #A9668A

Text Example


Text Example

White with #A9668A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9668A; }

 p { color: rgb(169,102,138); }

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

background-color css

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

 a { background-color: rgb(169,102,138); }

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

border-color css

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

 span { border-color: rgb(169,102,138); }

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