Html Css Color HEX #A76081 Strikemaster

📋 copy color: '#A76081'

red 167 ◦ green 96 ◦ blue 129

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

Shades of Strikemaster #A76081

Tints of Strikemaster #A76081

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.49%

 BLUE value IS 129 (50.78% from 255) = 32.91%

R = 42.6%
G = 24.49%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A76081 (or 0xA76081) is known color: Strikemaster. HEX triplet: A7, 60 and 81. RGB value is (167,96,129). Sum of RGB (Red+Green+Blue) = 167+96+129=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 167 - color contains mainly: red. Hex color #A76081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76081 is #589F7E. Grayscale: #787878. Windows color (decimal): -5807999 or 8478887. OLE color: 8478887.

HSL color Cylindrical-coordinate representation of color #A76081: hue angle of 332.11º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A76081 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 96 129 -
CMYK 0 0.43 0.23 0.35
HSL 332.11º 0.29% 0.52% -
HSV(B) 332.11º 0.43% 0.65% -
XYZ 24.08 18.17 23.01 -
YUV 120.99 132.52 160.82 -
System Red Green Blue C M Y K H S L
Decimal 167 96 129 0 0.43 0.23 0.35 332.11 0.29 0.52
Hex A7 60 81 0 2B 17 23 14C 1D 34
Octal 247 140 201 0 53 27 43 514 35 64
Binary 10100111 1100000 10000001 0 101011 10111 100011 101001100 11101 110100

Color Harmonies of #A76081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76081

Black with #A76081

Text Example


Text Example

White with #A76081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76081; }

 p { color: rgb(167,96,129); }

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

background-color css

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

 a { background-color: rgb(167,96,129); }

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

border-color css

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

 span { border-color: rgb(167,96,129); }

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