Html Css Color HEX #A46683 Strikemaster

📋 copy color: '#A46683'

red 164 ◦ green 102 ◦ blue 131

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

Shades of Strikemaster #A46683

Tints of Strikemaster #A46683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33%

R = 41.31%
G = 25.69%
B = 33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A46683 (or 0xA46683) is known color: Strikemaster. HEX triplet: A4, 66 and 83. RGB value is (164,102,131). Sum of RGB (Red+Green+Blue) = 164+102+131=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A46683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46683 is #5B997C. Grayscale: #7B7B7B. Windows color (decimal): -6003069 or 8611492. OLE color: 8611492.

HSL color Cylindrical-coordinate representation of color #A46683: hue angle of 331.94º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A46683 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 102 131 -
CMYK 0 0.38 0.20 0.36
HSL 331.94º 0.25% 0.52% -
HSV(B) 331.94º 0.38% 0.64% -
XYZ 24.16 19.03 23.87 -
YUV 123.84 132.04 156.64 -
System Red Green Blue C M Y K H S L
Decimal 164 102 131 0 0.38 0.20 0.36 331.94 0.25 0.52
Hex A4 66 83 0 26 14 24 14C 19 34
Octal 244 146 203 0 46 24 44 514 31 64
Binary 10100100 1100110 10000011 0 100110 10100 100100 101001100 11001 110100

Color Harmonies of #A46683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46683

Black with #A46683

Text Example


Text Example

White with #A46683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46683; }

 p { color: rgb(164,102,131); }

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

background-color css

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

 a { background-color: rgb(164,102,131); }

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

border-color css

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

 span { border-color: rgb(164,102,131); }

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