Html Css Color HEX #A76785 Strikemaster

📋 copy color: '#A76785'

red 167 ◦ green 103 ◦ blue 133

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

Shades of Strikemaster #A76785

Tints of Strikemaster #A76785

RGB

 RED value IS 167 (65.63% from 255) = 41.44%

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

 BLUE value IS 133 (52.34% from 255) = 33%

R = 41.44%
G = 25.56%
B = 33%

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

#A76785 (or 0xA76785) is known color: Strikemaster. HEX triplet: A7, 67 and 85. RGB value is (167,103,133). Sum of RGB (Red+Green+Blue) = 167+103+133=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 167 - color contains mainly: red. Hex color #A76785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76785 is #58987A. Grayscale: #7D7D7D. Windows color (decimal): -5806203 or 8742823. OLE color: 8742823.

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

Color convert

RGB 167 103 133 -
CMYK 0 0.38 0.20 0.35
HSL 331.88º 0.27% 0.53% -
HSV(B) 331.88º 0.38% 0.65% -
XYZ 25.02 19.61 24.66 -
YUV 125.56 132.2 157.56 -
System Red Green Blue C M Y K H S L
Decimal 167 103 133 0 0.38 0.20 0.35 331.88 0.27 0.53
Hex A7 67 85 0 26 14 23 14C 1B 35
Octal 247 147 205 0 46 24 43 514 33 65
Binary 10100111 1100111 10000101 0 100110 10100 100011 101001100 11011 110101

Color Harmonies of #A76785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76785

Black with #A76785

Text Example


Text Example

White with #A76785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76785; }

 p { color: rgb(167,103,133); }

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

background-color css

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

 a { background-color: rgb(167,103,133); }

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

border-color css

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

 span { border-color: rgb(167,103,133); }

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