Html Css Color HEX #A4698A Strikemaster

📋 copy color: '#A4698A'

red 164 ◦ green 105 ◦ blue 138

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

Shades of Strikemaster #A4698A

Tints of Strikemaster #A4698A

RGB

 RED value IS 164 (64.45% from 255) = 40.29%

 GREEN value IS 105 (41.41% from 255) = 25.8%

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

R = 40.29%
G = 25.8%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A4698A (or 0xA4698A) is known color: Strikemaster. HEX triplet: A4, 69 and 8A. RGB value is (164,105,138). Sum of RGB (Red+Green+Blue) = 164+105+138=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A4698A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4698A is #5B9675. Grayscale: #7E7E7E. Windows color (decimal): -6002294 or 9071012. OLE color: 9071012.

HSL color Cylindrical-coordinate representation of color #A4698A: hue angle of 326.44º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4698A is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 105 138 -
CMYK 0 0.36 0.16 0.36
HSL 326.44º 0.24% 0.53% -
HSV(B) 326.44º 0.36% 0.64% -
XYZ 24.95 19.83 26.56 -
YUV 126.4 134.55 154.82 -
System Red Green Blue C M Y K H S L
Decimal 164 105 138 0 0.36 0.16 0.36 326.44 0.24 0.53
Hex A4 69 8A 0 24 10 24 146 18 35
Octal 244 151 212 0 44 20 44 506 30 65
Binary 10100100 1101001 10001010 0 100100 10000 100100 101000110 11000 110101

Color Harmonies of #A4698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4698A

Black with #A4698A

Text Example


Text Example

White with #A4698A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4698A; }

 p { color: rgb(164,105,138); }

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

background-color css

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

 a { background-color: rgb(164,105,138); }

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

border-color css

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

 span { border-color: rgb(164,105,138); }

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