#A2927E

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

Shades of Bronco #A2927E

Tints of Bronco #A2927E

Color information

#A2927E (or 0xA2927E) is unknown color: approx Bronco. HEX triplet: A2, 92 and 7E. RGB value is (162,146,126). Sum of RGB (Red+Green+Blue) = 162+146+126=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 162 - color contains mainly: red. Hex color #A2927E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2927E is #5D6D81. Grayscale: #949494. Windows color (decimal): -6122882 or 8295074. OLE color: 8295074.

HSL color Cylindrical-coordinate representation of color #A2927E: hue angle of 33.33º 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 #A2927E is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB162146126-
CMYK00.100.220.36
HSL33.33º16.22%56.47%-
HSV(B)33.33º22.22%63.53%-
XYZ28.9529.7523.95-
YUV148.5115.3137.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.33%
GREEN value IS 146 (57.42% from 255) = 33.64%
BLUE value IS 126 (49.61% from 255) = 29.03%
R=37.33%
G=33.64%
B=29.03%

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
Decimal16214612600.100.220.3633.3316.2256.47
HexA2927E0A1624211038
Octal2422221760122644412070
Binary10100010100100101111110010101011010010010000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2927E; }

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

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

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

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

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

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

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

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