Html Css Color HEX #A3678A Strikemaster

📋 copy color: '#A3678A'

red 163 ◦ green 103 ◦ blue 138

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

Shades of Strikemaster #A3678A

Tints of Strikemaster #A3678A

RGB

 RED value IS 163 (64.06% from 255) = 40.35%

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

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

R = 40.35%
G = 25.5%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3678A (or 0xA3678A) is known color: Strikemaster. HEX triplet: A3, 67 and 8A. RGB value is (163,103,138). Sum of RGB (Red+Green+Blue) = 163+103+138=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 163 - color contains mainly: red. Hex color #A3678A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3678A is #5C9875. Grayscale: #7C7C7C. Windows color (decimal): -6068342 or 9070499. OLE color: 9070499.

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

Color convert

RGB 163 103 138 -
CMYK 0 0.37 0.15 0.36
HSL 325º 0.25% 0.52% -
HSV(B) 325º 0.37% 0.64% -
XYZ 24.54 19.32 26.48 -
YUV 124.93 135.38 155.15 -
System Red Green Blue C M Y K H S L
Decimal 163 103 138 0 0.37 0.15 0.36 325 0.25 0.52
Hex A3 67 8A 0 25 F 24 145 19 34
Octal 243 147 212 0 45 17 44 505 31 64
Binary 10100011 1100111 10001010 0 100101 1111 100100 101000101 11001 110100

Color Harmonies of #A3678A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3678A

Black with #A3678A

Text Example


Text Example

White with #A3678A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3678A; }

 p { color: rgb(163,103,138); }

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

background-color css

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

 a { background-color: rgb(163,103,138); }

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

border-color css

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

 span { border-color: rgb(163,103,138); }

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