#A2917E

Color #A2917E Bronco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronco #A2917E

Tints of Bronco #A2917E

Color information

#A2917E (or 0xA2917E) is unknown color: approx Bronco. HEX triplet: A2, 91 and 7E. RGB value is (162,145,126). Sum of RGB (Red+Green+Blue) = 162+145+126=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 162 - color contains mainly: red. Hex color #A2917E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2917E is #5D6E81. Grayscale: #949494. Windows color (decimal): -6123138 or 8294818. OLE color: 8294818.

HSL color Cylindrical-coordinate representation of color #A2917E: hue angle of 31.67º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2917E is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB162145126-
CMYK00.100.220.36
HSL31.67º16.22%56.47%-
HSV(B)31.67º22.22%63.53%-
XYZ28.7929.4423.9-
YUV147.92115.63138.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.41%
GREEN value IS 145 (57.03% from 255) = 33.49%
BLUE value IS 126 (49.61% from 255) = 29.10%
R=37.41%
G=33.49%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214512600.100.220.3631.6716.2256.47
HexA2917E0A1624201038
Octal2422211760122644402070
Binary10100010100100011111110010101011010010010000010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2917E; }

 p { color: rgb(162,145,126); }

 H1.HeaderClassName
 {
   color: #A2917E;
 }
 .AnyTagClassName
 {
   color: #A2917E;
 }
</style>
background-color css

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

 a { background-color: rgb(162,145,126); }

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

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

 span { border-color: rgb(162,145,126); }

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