Html Css Color HEX #A76685 Strikemaster

📋 copy color: '#A76685'

red 167 ◦ green 102 ◦ blue 133

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

Shades of Strikemaster #A76685

Tints of Strikemaster #A76685

RGB

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

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

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

R = 41.54%
G = 25.37%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A76685 (or 0xA76685) is known color: Strikemaster. HEX triplet: A7, 66 and 85. RGB value is (167,102,133). Sum of RGB (Red+Green+Blue) = 167+102+133=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 167 - color contains mainly: red. Hex color #A76685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76685 is #58997A. Grayscale: #7C7C7C. Windows color (decimal): -5806459 or 8742567. OLE color: 8742567.

HSL color Cylindrical-coordinate representation of color #A76685: hue angle of 331.38º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A76685 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 102 133 -
CMYK 0 0.39 0.20 0.35
HSL 331.38º 0.27% 0.53% -
HSV(B) 331.38º 0.39% 0.65% -
XYZ 24.92 19.41 24.62 -
YUV 124.97 132.53 157.98 -
System Red Green Blue C M Y K H S L
Decimal 167 102 133 0 0.39 0.20 0.35 331.38 0.27 0.53
Hex A7 66 85 0 27 14 23 14B 1B 35
Octal 247 146 205 0 47 24 43 513 33 65
Binary 10100111 1100110 10000101 0 100111 10100 100011 101001011 11011 110101

Color Harmonies of #A76685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76685

Black with #A76685

Text Example


Text Example

White with #A76685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76685; }

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

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

background-color css

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

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

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

border-color css

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

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

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