Html Css Color HEX #A65B7F Strikemaster

📋 copy color: '#A65B7F'

red 166 ◦ green 91 ◦ blue 127

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

Shades of Strikemaster #A65B7F

Tints of Strikemaster #A65B7F

RGB

 RED value IS 166 (65.23% from 255) = 43.23%

 GREEN value IS 91 (35.94% from 255) = 23.7%

 BLUE value IS 127 (50% from 255) = 33.07%

R = 43.23%
G = 23.7%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A65B7F (or 0xA65B7F) is known color: Strikemaster. HEX triplet: A6, 5B and 7F. RGB value is (166,91,127). Sum of RGB (Red+Green+Blue) = 166+91+127=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65B7F is #59A480. Grayscale: #757575. Windows color (decimal): -5874817 or 8346534. OLE color: 8346534.

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

Color convert

RGB 166 91 127 -
CMYK 0 0.45 0.23 0.35
HSL 331.2º 0.3% 0.5% -
HSV(B) 331.2º 0.45% 0.65% -
XYZ 23.3 17.12 22.16 -
YUV 117.53 133.35 162.57 -
System Red Green Blue C M Y K H S L
Decimal 166 91 127 0 0.45 0.23 0.35 331.2 0.3 0.5
Hex A6 5B 7F 0 2D 17 23 14B 1E 32
Octal 246 133 177 0 55 27 43 513 36 62
Binary 10100110 1011011 1111111 0 101101 10111 100011 101001011 11110 110010

Color Harmonies of #A65B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65B7F

Black with #A65B7F

Text Example


Text Example

White with #A65B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65B7F; }

 p { color: rgb(166,91,127); }

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

background-color css

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

 a { background-color: rgb(166,91,127); }

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

border-color css

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

 span { border-color: rgb(166,91,127); }

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